CI fix tentative #9
Some checks failed
Build and deploy all / build (push) Has been cancelled
Build and deploy all / deploy (push) Has been cancelled
Build and deploy all / notify (push) Has been cancelled

This commit is contained in:
Gu://em_ 2026-03-30 19:40:18 +02:00
parent 3302efabcb
commit 757894dfc0

View file

@ -7,7 +7,7 @@ on:
x-site-config: &site_matrix x-site-config: &site_matrix
include: include:
- site: "test" - site: "test"
dest: /var/www/crashtest dest: "/var/www/crashtest"
config_file: "test.json" config_file: "test.json"
# - site: "harbor" # - site: "harbor"
@ -27,6 +27,13 @@ jobs:
matrix: *site_matrix matrix: *site_matrix
steps: 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 - name: Checkout git repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: