Skip to content

Commit

Permalink
Disable adding processs table on pr as default (#12)
Browse files Browse the repository at this point in the history
* Disable adding processs table on pr as default

* Update action.yml
  • Loading branch information
Süleyman Barman authored Aug 4, 2022
1 parent 3b047f8 commit 7771f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ inputs:
default: 100
required: false
proc_trace_table_show:
description: "Enables showing traced processes in trace table. Defaults to 'true'."
default: 'true'
description: "Enables showing traced processes in trace table. Defaults to 'false'."
default: 'false'
required: false
comment_on_pr:
description: "Set to `true` to publish the results as comment to the PR (applicable if workflow run is triggered from PR). Defaults to 'true'."
Expand Down

0 comments on commit 7771f87

Please sign in to comment.