Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanneryan committed May 16, 2024
1 parent e260339 commit 886d344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,11 @@ runs:
shell: bash
working-directory: ${{ inputs.work_dir }}
run: |
if [ "${CLEAN}" == "false"] ; then
if [ "${CLEAN}" == "false" ]; then
$RUN_CLI build -json
else
$RUN_CLI build -clean -json
fi
env:
CLEAN: ${{ inputs.clean }}

Expand Down

0 comments on commit 886d344

Please sign in to comment.