From 4e14462ec00b93a8da76f56e3007ae7eef4c57e4 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Thu, 15 Feb 2024 16:47:08 -0700 Subject: [PATCH] [FEATURE] Auto Oasis Test --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index c113835..0d0fe4a 100644 --- a/action.yml +++ b/action.yml @@ -18,13 +18,11 @@ inputs: descipriont: Workspace to setup Oasis required: false runs: - using: composite + # using: composite steps: - name: Configure Workflow shell: bash run: | - echo "${{ inputs.infisical-token }}" - echo "^^^" echo OASIS_ENV_STRATEGY=${{ inputs.deploy-env }} >> $GITHUB_ENV echo OASIS_INFISICAL_TOKEN=${{ inputs.infisical-token }} >> $GITHUB_ENV if [ ${{ inputs.deploy-env }} == "edge" ]; then