From 757894dfc0a09026b57623b8b8a275ac2357bd42 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Mon, 30 Mar 2026 19:40:18 +0200 Subject: [PATCH] CI fix tentative #9 --- .forgejo/workflows/deploy.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 9234ea3..260add8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: x-site-config: &site_matrix include: - site: "test" - dest: /var/www/crashtest + dest: "/var/www/crashtest" config_file: "test.json" # - site: "harbor" @@ -27,6 +27,13 @@ jobs: matrix: *site_matrix steps: + - name: Debug Matrix + run: | + echo "Full Matrix Site: '${{ matrix.site }}'" + echo "Full Matrix Config: '${{ matrix.config_file }}'" + echo "Dump Matrix Context: " + echo '${{ toJSON(matrix) }}' + - name: Checkout git repository uses: actions/checkout@v4 with: