diff --git a/.forgejo/workflows/auto-update.yaml b/.forgejo/workflows/auto-update.yaml index d352ff8..ae7ed50 100644 --- a/.forgejo/workflows/auto-update.yaml +++ b/.forgejo/workflows/auto-update.yaml @@ -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