We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f9701 commit b4d40fdCopy full SHA for b4d40fd
action.yml
@@ -46,11 +46,13 @@ runs:
46
working-directory: "${{ runner.temp }}"
47
- name: "Submit Dependencies"
48
run: |
49
+ EXTRA_OPTS
50
+
51
${{ runner.temp }}/mix_dependency_submission_linux_amd64 \
52
--project-path="$PROJECT_PATH" \
53
--github-token="$GITHUB_TOKEN" \
54
${{ inputs.install-deps == 'true' && '--install-deps' || '' }} \
- --ignore "$IGNORE"
55
+ ${{ inputs.ignore && '--ignore="$IGNORE"' || '' }}
56
shell: "bash"
57
env:
58
GITHUB_TOKEN: "${{ inputs.token }}"
0 commit comments