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