We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe46df4 commit 026be95Copy full SHA for 026be95
action.yaml
@@ -59,7 +59,7 @@ runs:
59
60
- name: Defang Config Set
61
shell: bash
62
- if: ${{ inputs['config-env-vars'] != "" }}
+ if: ${{ inputs['config-env-vars'] != '' }}
63
run: |
64
# Iterate over the sources and set the environment variables
65
params=()
@@ -77,7 +77,7 @@ runs:
77
CONFIG_ENV_VARS: ${{ inputs['config-env-vars'] }}
78
79
- name: Defang ${{ inputs['command'] }}
80
- if: ${{ inputs['command'] != "" }}
+ if: ${{ inputs['command'] != '' }}
81
82
working-directory: ${{ inputs.cwd }}
83
0 commit comments