Skip to content

Commit 86ffbae

Browse files
Merge pull request #28 from Mikael-RnD/tracelevel
fix: set traceLevel to warning
2 parents 747f3fe + 2ebff5c commit 86ffbae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ runs:
9191
--repositoryCommit "${{ github.sha }}" \
9292
--repositoryBranch "${{ github.ref_name }}" \
9393
--repositoryType git \
94-
--projectUrl "${{ steps.set-urls.outputs.projectUrl }}"
94+
--projectUrl "${{ steps.set-urls.outputs.projectUrl }}" \
95+
--traceLevel "Warning"
9596
9697
echo "::endgroup::"
9798

0 commit comments

Comments
 (0)