From 8d36f66ea7794a952ef367a0de82884b6a4c0c64 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Fri, 2 Jan 2026 01:46:35 +0100 Subject: [PATCH] debug --- .gitea/actions/deploy/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/actions/deploy/action.yml b/.gitea/actions/deploy/action.yml index 348128d..ead1b14 100644 --- a/.gitea/actions/deploy/action.yml +++ b/.gitea/actions/deploy/action.yml @@ -46,6 +46,11 @@ runs: COMPOSE_PROJECT_NAME=${{ inputs.project_name }} EOF + - name: debug environment file + shell: bash + run: | + cat ${{ inputs.environment_file }} | echo $1 + - name: Create Docker context shell: bash run: |