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 }}"