Forgejo Actions #5
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ jobs:
|
|||
matrix:
|
||||
host: ${{ fromJson(needs.check-updates.outputs.hosts) }}
|
||||
steps:
|
||||
- name: Debug HOSTS
|
||||
run: |
|
||||
echo "HOSTS: " ${{ needs.check-updates.outputs.hosts }}
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue