From a4697b265515fb0747331e4186bb67d2dfea15c4 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Wed, 14 Feb 2024 20:41:56 -0700 Subject: [PATCH] [DEBUG] Debug --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 7e54938..d9a9852 100644 --- a/action.yml +++ b/action.yml @@ -28,6 +28,7 @@ runs: run: echo SHORT_COMMIT_SHA=$(echo $GITHUB_SHA | cut -c 1-6) >> $GITHUB_ENV - name: Setup Enviornment Variables run: | + echo "OLD: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }}" echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV if [ ! -z "${{ inputs.gitea-token }}" -a "${{ inputs.gitea-token }}" != " " ]; then echo "Somehow setting? ${{ inputs.gitea-token }}"