Skip to content

Commit b4d40fd

Browse files
committed
Action Syntax Fix
1 parent 30f9701 commit b4d40fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ runs:
4646
working-directory: "${{ runner.temp }}"
4747
- name: "Submit Dependencies"
4848
run: |
49+
EXTRA_OPTS
50+
4951
${{ runner.temp }}/mix_dependency_submission_linux_amd64 \
5052
--project-path="$PROJECT_PATH" \
5153
--github-token="$GITHUB_TOKEN" \
5254
${{ inputs.install-deps == 'true' && '--install-deps' || '' }} \
53-
--ignore "$IGNORE"
55+
${{ inputs.ignore && '--ignore="$IGNORE"' || '' }}
5456
shell: "bash"
5557
env:
5658
GITHUB_TOKEN: "${{ inputs.token }}"

0 commit comments

Comments
 (0)