[CHORE] Adjust Actions
This commit is contained in:
parent
b860d1e284
commit
5173e5f7a8
1 changed files with 2 additions and 4 deletions
|
@ -19,7 +19,7 @@ inputs:
|
||||||
oasis-workspace:
|
oasis-workspace:
|
||||||
descipriont: 'Workspace to setup Oasis'
|
descipriont: 'Workspace to setup Oasis'
|
||||||
required: false
|
required: false
|
||||||
default: oasis
|
default: ${{ forgejo.workspace }}/oasis
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
@ -73,7 +73,5 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Export environment variables
|
# Export environment variables
|
||||||
OASIS_WORKSPACE="${{ inputs.oasis-workspace || 'oasis' }}"
|
echo OASIS_WORKSPACE=${{ inputs.oasis-workspace }} >> $GITHUB_ENV
|
||||||
echo "OASIS_WORKSPACE=${OASIS_WORKSPACE}"
|
|
||||||
echo "OASIS_WORKSPACE=${OASIS_WORKSPACE}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue