Skip to content

Commit 026be95

Browse files
committed
fix syntax
1 parent fe46df4 commit 026be95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
6060
- name: Defang Config Set
6161
shell: bash
62-
if: ${{ inputs['config-env-vars'] != "" }}
62+
if: ${{ inputs['config-env-vars'] != '' }}
6363
run: |
6464
# Iterate over the sources and set the environment variables
6565
params=()
@@ -77,7 +77,7 @@ runs:
7777
CONFIG_ENV_VARS: ${{ inputs['config-env-vars'] }}
7878

7979
- name: Defang ${{ inputs['command'] }}
80-
if: ${{ inputs['command'] != "" }}
80+
if: ${{ inputs['command'] != '' }}
8181
shell: bash
8282
working-directory: ${{ inputs.cwd }}
8383
run: |

0 commit comments

Comments
 (0)