Skip to content

Commit 30f9701

Browse files
committed
Action Syntax Fix
1 parent 2ef15ac commit 30f9701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
${{ runner.temp }}/mix_dependency_submission_linux_amd64 \
5050
--project-path="$PROJECT_PATH" \
5151
--github-token="$GITHUB_TOKEN" \
52-
${{ inputs.install-deps == "true" && "--install-deps" || '' }} \
52+
${{ inputs.install-deps == 'true' && '--install-deps' || '' }} \
5353
--ignore "$IGNORE"
5454
shell: "bash"
5555
env:

0 commit comments

Comments
 (0)