[CHORE] Adjust Actions
This commit is contained in:
parent
70c79a1171
commit
4b035f4b8e
1 changed files with 1 additions and 2 deletions
|
@ -73,6 +73,5 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Export environment variables
|
# Export environment variables
|
||||||
echo "OASIS_WORKSPACE=${{ inputs.oasis-workspace:-${{ gitea.workspace }}/oasis }}"
|
[ -z "${{ inputs.oasis-workspace }}" ] && echo OASIS_WORKSPACE=${{ forgejo.workspace }}/oasis >> $GITHUB_ENV || echo OASIS_WORKSPACE=${{ inputs.oasis-workspace }} >> $GITHUB_ENV
|
||||||
echo "OASIS_WORKSPACE=${{ inputs.oasis-workspace:-${{ gitea.workspace }}/oasis }}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue