mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-25 17:54:11 +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
|
||||||
@@ -46,4 +47,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
workflow: Build debian latest (iobroker)
|
workflow: Build debian latest (iobroker)
|
||||||
repo: buanet/ioBroker.docker
|
repo: buanet/ioBroker.docker
|
||||||
token: ${{ secrets.ACTIONS_PAT }}
|
token: ${{ secrets.ACTIONS_PAT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user