debug
Some checks failed
CI / build-and-test (push) Failing after 2m27s

This commit is contained in:
Tobias Klemp
2026-01-02 01:46:35 +01:00
parent 6707f4d93a
commit 8d36f66ea7

View File

@@ -46,6 +46,11 @@ runs:
COMPOSE_PROJECT_NAME=${{ inputs.project_name }} COMPOSE_PROJECT_NAME=${{ inputs.project_name }}
EOF EOF
- name: debug environment file
shell: bash
run: |
cat ${{ inputs.environment_file }} | echo $1
- name: Create Docker context - name: Create Docker context
shell: bash shell: bash
run: | run: |