[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
|
descipriont: Workspace to setup Oasis
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
# using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Configure Workflow
|
- name: Configure Workflow
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "${{ inputs.infisical-token }}"
|
|
||||||
echo "^^^"
|
|
||||||
echo OASIS_ENV_STRATEGY=${{ inputs.deploy-env }} >> $GITHUB_ENV
|
echo OASIS_ENV_STRATEGY=${{ inputs.deploy-env }} >> $GITHUB_ENV
|
||||||
echo OASIS_INFISICAL_TOKEN=${{ inputs.infisical-token }} >> $GITHUB_ENV
|
echo OASIS_INFISICAL_TOKEN=${{ inputs.infisical-token }} >> $GITHUB_ENV
|
||||||
if [ ${{ inputs.deploy-env }} == "edge" ]; then
|
if [ ${{ inputs.deploy-env }} == "edge" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue