mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 19:09:02 +02:00
get stable js-controller version
This commit is contained in:
@@ -17,8 +17,10 @@ jobs:
|
||||
|
||||
- name: Fetch js-controller release version
|
||||
run: |
|
||||
curl -sL https://api.github.com/repos/ioBroker/ioBroker.js-controller/releases/latest | \
|
||||
jq -r ".tag_name" > .github/dependencies/.js-controller-version
|
||||
curl -sL https://repo.iobroker.live/sources-dist.json | \
|
||||
jq -r '."js-controller".version' > .github/dependencies/.js-controller-version
|
||||
# curl -sL https://api.github.com/repos/ioBroker/ioBroker.js-controller/releases/latest | \
|
||||
# jq -r ".tag_name" > .github/dependencies/.js-controller-version
|
||||
echo "[LOG] Fetched js-controller version is $(cat .github/dependencies/.js-controller-version)"
|
||||
|
||||
- name: Check for modified files
|
||||
|
||||
Reference in New Issue
Block a user