diff --git a/action.yml b/action.yml index a5d1fd8..274caa5 100644 --- a/action.yml +++ b/action.yml @@ -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