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