From 1fee97db22aac4a6e337e9453555c8c849a7aa1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serkan=20=C3=96ZAL?= Date: Sun, 18 Feb 2024 01:37:24 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 564f2bd..85e28d3 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,6 @@ To use the action, add the following step before the steps you want to track. | `proc_trace_chart_show` | Optional | Enables showing traced processes in trace chart. Defaults to `true`. | `proc_trace_chart_max_count` | Optional | Maximum number of processes to be shown in trace chart (applicable if `proc_trace_chart_show` input is `true`). Must be a number. Defaults to `100`. | `proc_trace_table_show` | Optional | Enables showing traced processes in trace table. Defaults to `true`. -| `comment_on_pr` | Optional | Set to `true` to publish the results as comment to the PR (applicable if workflow run is triggered by PR). Defaults to `true`. +| `comment_on_pr` | Optional | Set to `true` to publish the results as comment to the PR (applicable if workflow run is triggered by PR). Defaults to `true`.
Requires `pull-requests: write` permission | `job_summary` | Optional | Set to `true` to publish the results as part of the [job summary page](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) of the workflow run. Defaults to `true`. | `theme` | Optional | Set to `dark` to generate charts compatible with Github **dark** mode. Defaults to `light`.