diff --git a/action.yml b/action.yml index e71fb03..39fda10 100644 --- a/action.yml +++ b/action.yml @@ -23,8 +23,6 @@ inputs: runs: using: "composite" steps: - - name: Echo Env - run: env # Set additional Envars - name: Setting Short Commit Sha run: echo SHORT_COMMIT_SHA=$(echo $GITHUB_SHA | cut -c 1-6) >> $GITHUB_ENV @@ -32,6 +30,10 @@ runs: shell: bash run: | echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV + echo "YEP" + echo $DEVOPS_FORGEJO_ELYSIUM_ORG_READ_TOKEN + echo ${{ inputs.forgejo-token }} + echo "HAVAHAHNANNANA" echo DEVOPS_FORGEJO_ELYSIUM_ORG_READ_TOKEN=${{ inputs.forgejo-token }} >> $GITHUB_ENV echo "Checking out Oasis" # Checkout Oasis