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:
|
||||
- name: Debug HOSTS
|
||||
run: |
|
||||
echo "HOSTS: " ${{ needs.check-updates.outputs.hosts }}
|
||||
echo "HOSTS: "${{ fromJson(needs.check-updates.outputs.hosts) }}
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue