[DEBUG] Debug
This commit is contained in:
parent
c021ec21ba
commit
cb90f85f92
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ inputs:
|
||||||
gitea-token:
|
gitea-token:
|
||||||
description: 'Gitea token for downloading repositories'
|
description: 'Gitea token for downloading repositories'
|
||||||
required: false
|
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:
|
garden-version:
|
||||||
description: 'Version of Garden to deploy'
|
description: 'Version of Garden to deploy'
|
||||||
required: false
|
required: false
|
||||||
|
@ -29,7 +29,7 @@ runs:
|
||||||
- name: Setup Enviornment Variables
|
- name: Setup Enviornment Variables
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "OLD: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }}"
|
env
|
||||||
echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV
|
echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV
|
||||||
echo DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN=${{ inputs.gitea-token }} >> $GITHUB_ENV
|
echo DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN=${{ inputs.gitea-token }} >> $GITHUB_ENV
|
||||||
# Checkout Oasis
|
# Checkout Oasis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue