From 9c70c0017b95ec096806d83c01b6c4ffc21d9b1d Mon Sep 17 00:00:00 2001 From: Dunemask Date: Thu, 15 Feb 2024 16:14:46 -0700 Subject: [PATCH] [FEATURE] Auto Oasis Test --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3501bbe..94c948a 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: steps: - name: Configure Workflow shell: bash - run: >- + run: | echo OASIS_ENV_STRATEGY=${{ inputs.deploy-env }} >> $GITHUB_ENV if [ ${{ inputs.deploy-env }} == "edge" ]; then echo OASIS_INFISICAL_TOKEN=${{ secrets.INFISICAL_ELYSIUM_PROD_READ_TOKEN }} >> $GITHUB_ENV @@ -39,7 +39,7 @@ runs: secret-path: ${{ env.OASIS_INFISICAL_WORKFLOW }} - name: Configure Kubeconfig shell: bash - run: >- + run: | if [ ${{ inputs.deploy-env }} == "edge" ]; then echo OASIS_WORKFLOW_KUBECONFIG=${{env.KUBERNETES_CONFIG_USW_DEV}} >> $GITHUB_ENV elif [ ${{ inputs.deploy-env }} == "ci" ]; then