[DEBUG] Debug

This commit is contained in:
Dunemask 2024-02-14 21:08:40 -07:00
parent c021ec21ba
commit cb90f85f92

View file

@ -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