From a9198c19c7e7078b72d7ef19bbff9fce72185382 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 6 Apr 2025 22:04:27 -0700 Subject: [PATCH] More debugging --- .gitea/workflows/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 543736f..3201212 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -55,7 +55,9 @@ jobs: env: GITEA_PASSWORD: ${{ env.GITEA_TOKEN }} run: | - git config --global --unset credential.helper + echo "Hello this is some output" + #git config --global --unset credential.helper + git config --list git clone -vvv https://gitea.scubbo.org/scubbo/helm-charts.git cd helm-charts yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml