From a18f49543ea7a4ed62c0a914a186a3d6f7d960d8 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Thu, 15 Feb 2024 10:36:39 -0700 Subject: [PATCH] [FEATURE] Auto Oasis Test --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 0d79c9c..1d98d9c 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,6 @@ inputs: garden-version: description: 'Version of Garden to deploy' required: false - default: 0.13.24 oasis-branch: description: 'Branch of Oasis to use' required: false @@ -15,7 +14,6 @@ inputs: oasis-workspace: descipriont: 'Workspace to setup Oasis' required: false - default: ${{ gitea.workspace}}/oasis runs: using: "composite" steps: @@ -55,7 +53,9 @@ runs: - name: Oasis Setup uses: https://gitea.dunemask.dev/elysium/elysium-actions@oasis-setup-advanced with: - oasis-branch: ep/Feb13-2024/ActionRework + garden-version: ${{ inputs.garden-version }} + oasis-branch: ${{ inputs.oasis-branch }} + oasis-workspace: ${{ inputs.oasis-workspace }} kubeconfig: ${{ env.OASIS_WORKFLOW_KUBECONFIG }}