We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 747f3fe + 2ebff5c commit 86ffbaeCopy full SHA for 86ffbae
1 file changed
action.yml
@@ -91,7 +91,8 @@ runs:
91
--repositoryCommit "${{ github.sha }}" \
92
--repositoryBranch "${{ github.ref_name }}" \
93
--repositoryType git \
94
- --projectUrl "${{ steps.set-urls.outputs.projectUrl }}"
+ --projectUrl "${{ steps.set-urls.outputs.projectUrl }}" \
95
+ --traceLevel "Warning"
96
97
echo "::endgroup::"
98
0 commit comments