[FEATURE] Auto Oasis Test
This commit is contained in:
parent
19c521ef6d
commit
b9b4f62104
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@ runs:
|
|||
- name: Configure Workflow
|
||||
shell: bash
|
||||
run: |
|
||||
echo "${{ inputs.infiscal-token }}"
|
||||
echo "${{ inputs.infisical-token }}"
|
||||
echo "^^^"
|
||||
echo OASIS_ENV_STRATEGY=${{ inputs.deploy-env }} >> $GITHUB_ENV
|
||||
echo OASIS_INFISICAL_TOKEN=${{ inputs.infiscal-token }} >> $GITHUB_ENV
|
||||
echo OASIS_INFISICAL_TOKEN=${{ inputs.infisical-token }} >> $GITHUB_ENV
|
||||
if [ ${{ inputs.deploy-env }} == "edge" ]; then
|
||||
echo OASIS_INFISICAL_WORKFLOW=/workflows/oasis-edge-deploy >> $GITHUB_ENV
|
||||
elif [ ${{ inputs.deploy-env }} == "ci" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue