Forgejo Actions #5
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
host: ${{ fromJson(needs.check-updates.outputs.hosts) }}
|
host: ${{ fromJson(needs.check-updates.outputs.hosts) }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug HOSTS
|
||||||
|
run: |
|
||||||
|
echo "HOSTS: " ${{ 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