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