Forgejo Actions #5

Merged
pazpi merged 14 commits from forgejo-actions into master 2025-12-07 23:24:30 +01:00
Showing only changes of commit e52587380c - Show all commits

View file

@ -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