From cb90f85f92cf515efbb2e5c2993e0e0206326549 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Wed, 14 Feb 2024 21:08:40 -0700 Subject: [PATCH] [DEBUG] Debug --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 82b0ca3..857de6d 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: gitea-token: description: 'Gitea token for downloading repositories' required: false - default: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }} # Action can't read this as a default, so we've gotta do a check later + default: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }} # Action can't read env, so we need to reset it later garden-version: description: 'Version of Garden to deploy' required: false @@ -29,7 +29,7 @@ runs: - name: Setup Enviornment Variables shell: bash run: | - echo "OLD: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }}" + env echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV echo DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN=${{ inputs.gitea-token }} >> $GITHUB_ENV # Checkout Oasis