From c065e05588e78c4b38a5d90bdb028f8e40d2f6a9 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Sun, 25 Aug 2024 15:35:00 -0600 Subject: [PATCH] [CHORE] Adjust Actions --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index aa9cb29..9eae6af 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,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