[FEATURE] Auto Oasis Test
This commit is contained in:
parent
c0af6e77b2
commit
e77c10a17b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ inputs:
|
|||
infisical-token:
|
||||
description: 'Infisical API Token'
|
||||
required: true
|
||||
envs:
|
||||
secret-envs:
|
||||
description: 'The environments to fetch secrets for (Example: ci or ci,prod,edge )'
|
||||
required: true
|
||||
secret-paths:
|
||||
|
@ -26,7 +26,7 @@ runs:
|
|||
|
||||
# Get paths and envs into list
|
||||
paths="${{ inputs.secret-paths }}"
|
||||
envs="${{ inputs.envs }}"
|
||||
envs="${{ inputs.secret-envs }}"
|
||||
|
||||
path_list=( $(echo $paths | sed "s/,/ /g") )
|
||||
env_list=( $(echo $envs | sed "s/,/ /g") )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue