[FEATURE] Auto Oasis Test
This commit is contained in:
parent
9d03004a25
commit
4e14462ec0
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue