debug fromJson
This commit is contained in:
parent
e52587380c
commit
4c8c2ae9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Debug HOSTS
|
- name: Debug HOSTS
|
||||||
run: |
|
run: |
|
||||||
echo "HOSTS: " ${{ needs.check-updates.outputs.hosts }}
|
echo "HOSTS: "${{ fromJson(needs.check-updates.outputs.hosts) }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue