Update action.yml
This commit is contained in:
parent
dbf8182e81
commit
a704cbfd10
1 changed files with 4 additions and 2 deletions
|
@ -30,10 +30,12 @@ runs:
|
|||
run: |
|
||||
echo CI_NAMESPACE=ci-$SHORT_COMMIT_SHA >> $GITHUB_ENV
|
||||
if [ ! -z "${{ inputs.gitea-token }}" -a "${{ inputs.gitea-token }}" != " " ]; then
|
||||
echo "NOT EMPTY ${{ inputs.gitea-token}}"
|
||||
echo "GITEA TOKEN '${{ inputs.gitea-token }}'"
|
||||
echo "ENV_TOKEN $DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN"
|
||||
echo DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN=${{ inputs.gitea-token }} >> $GITHUB_ENV
|
||||
fi
|
||||
echo "GITEA TOKEN '${{ inputs.gitea-token }}'"
|
||||
echo "ENV_TOKEN $DEVOPS_GITEA_ELYSIUM_ORG_READ_TOKEN"
|
||||
|
||||
# Checkout Oasis
|
||||
- name: Checkout Oasis
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue