[FEATURE] Auto Oasis Test
This commit is contained in:
parent
99a61892bd
commit
1766b9273e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ runs:
|
|||
- name: Configure Kubeconfig
|
||||
shell: bash
|
||||
run: |
|
||||
if [ -n ${{ inputs.kubeconfig }} ]; then
|
||||
if [ -n ${{ inputs.kubeconfig }} && ${{ inputs.kubeconfig }} != "" ]; then
|
||||
echo "Using Provided Kubernetes Config"
|
||||
echo OASIS_WORKFLOW_KUBECONFIG=${{ inputs.kubeconfig }} >> $GITHUB_ENV
|
||||
elif [ ${{ inputs.deploy-env }} == "edge" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue