[DEBUG] Debug

This commit is contained in:
Dunemask 2024-02-14 20:41:56 -07:00
parent fec0d92bbe
commit a4697b2655

View file

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