[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:
|
||||
descipriont: 'Workspace to setup Oasis'
|
||||
required: false
|
||||
default: oasis
|
||||
default: ${{ forgejo.workspace }}/oasis
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
@ -73,7 +73,5 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
# Export environment variables
|
||||
OASIS_WORKSPACE="${{ inputs.oasis-workspace || 'oasis' }}"
|
||||
echo "OASIS_WORKSPACE=${OASIS_WORKSPACE}"
|
||||
echo "OASIS_WORKSPACE=${OASIS_WORKSPACE}" >> $GITHUB_ENV
|
||||
echo OASIS_WORKSPACE=${{ inputs.oasis-workspace }} >> $GITHUB_ENV
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue