[CHORE] Adjust Actions
This commit is contained in:
parent
5a3ef3be18
commit
c065e05588
1 changed files with 4 additions and 2 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,6 +73,8 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
# Export environment variables
|
||||
echo "OASIS_WORKSPACE=${{ inputs.oasis-workspace }}"
|
||||
echo "${{ inputs.oasis-workspace }}"
|
||||
env
|
||||
echo OASIS_WORKSPACE=${{ inputs.oasis-workspace }}
|
||||
echo OASIS_WORKSPACE=${{ inputs.oasis-workspace }} >> $GITHUB_ENV
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue