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