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.
1 parent 3b047f8 commit 7771f87Copy full SHA for 7771f87
action.yml
@@ -27,8 +27,8 @@ inputs:
27
default: 100
28
required: false
29
proc_trace_table_show:
30
- description: "Enables showing traced processes in trace table. Defaults to 'true'."
31
- default: 'true'
+ description: "Enables showing traced processes in trace table. Defaults to 'false'."
+ default: 'false'
32
33
comment_on_pr:
34
description: "Set to `true` to publish the results as comment to the PR (applicable if workflow run is triggered from PR). Defaults to 'true'."
0 commit comments