[DEBUG] Debug
This commit is contained in:
parent
fec0d92bbe
commit
a4697b2655
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ runs:
|
||||||
run: echo SHORT_COMMIT_SHA=$(echo $GITHUB_SHA | cut -c 1-6) >> $GITHUB_ENV
|
run: echo SHORT_COMMIT_SHA=$(echo $GITHUB_SHA | cut -c 1-6) >> $GITHUB_ENV
|
||||||
- name: Setup Enviornment Variables
|
- name: Setup Enviornment Variables
|
||||||
run: |
|
run: |
|
||||||
|
echo "OLD: ${{ env.DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN }}"
|
||||||
echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV
|
echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV
|
||||||
if [ ! -z "${{ inputs.gitea-token }}" -a "${{ inputs.gitea-token }}" != " " ]; then
|
if [ ! -z "${{ inputs.gitea-token }}" -a "${{ inputs.gitea-token }}" != " " ]; then
|
||||||
echo "Somehow setting? ${{ inputs.gitea-token }}"
|
echo "Somehow setting? ${{ inputs.gitea-token }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue