From 19c521ef6d2a88002d318072593146666f89bdb8 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Thu, 15 Feb 2024 16:44:06 -0700 Subject: [PATCH] [FEATURE] Auto Oasis Test --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 5adcd42..a5bbf28 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,7 @@ runs: shell: bash run: | echo "${{ inputs.infiscal-token }}" + echo "^^^" echo OASIS_ENV_STRATEGY=${{ inputs.deploy-env }} >> $GITHUB_ENV echo OASIS_INFISICAL_TOKEN=${{ inputs.infiscal-token }} >> $GITHUB_ENV if [ ${{ inputs.deploy-env }} == "edge" ]; then