mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-26 02:04:10 +02:00
add logging
This commit is contained in:
@@ -19,6 +19,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -sL https://api.github.com/repos/ioBroker/ioBroker.js-controller/releases/latest | \
|
curl -sL https://api.github.com/repos/ioBroker/ioBroker.js-controller/releases/latest | \
|
||||||
jq -r ".tag_name" > .github/dependencies/.js-controller-version
|
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
|
- name: Check for modified files
|
||||||
id: git-check
|
id: git-check
|
||||||
|
|||||||
Reference in New Issue
Block a user