Update action.yml

This commit is contained in:
dunemask 2024-02-15 03:24:29 +00:00
parent e7920efd42
commit b59a89cf52

View file

@ -30,6 +30,7 @@ runs:
run: | run: |
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 DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN=${{ inputs.gitea-token }} >> $GITHUB_ENV echo DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN=${{ inputs.gitea-token }} >> $GITHUB_ENV
fi fi