Skip to content

Commit 7771f87

Browse files
author
Süleyman Barman
authored
Disable adding processs table on pr as default (#12)
* Disable adding processs table on pr as default * Update action.yml
1 parent 3b047f8 commit 7771f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ inputs:
2727
default: 100
2828
required: false
2929
proc_trace_table_show:
30-
description: "Enables showing traced processes in trace table. Defaults to 'true'."
31-
default: 'true'
30+
description: "Enables showing traced processes in trace table. Defaults to 'false'."
31+
default: 'false'
3232
required: false
3333
comment_on_pr:
3434
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

Comments
 (0)