From b59a89cf52fe2d2adf48ba8db84d97b4fae0ce40 Mon Sep 17 00:00:00 2001 From: dunemask Date: Thu, 15 Feb 2024 03:24:29 +0000 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 0e71a05..44128f3 100644 --- a/action.yml +++ b/action.yml @@ -30,6 +30,7 @@ runs: run: | echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV 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 fi