You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,12 +124,20 @@ jobs:
124
124
125
125
#### `thread-comments`
126
126
127
-
-**Description**: Set this option to false to disable the use of thread comments as feedback.
127
+
-**Description**: Set this option to true to enable the use of thread comments as feedback.
128
128
- To use thread comments, the `GITHUB_TOKEN` (provided by Github to each repository) must be declared as an environment
129
129
variable. See [Authenticating with the GITHUB_TOKEN](https://docs.github.com/en/actions/reference/authentication-in-a-workflow)
130
130
- Default: false
131
131
- NOTE: If run on a private repository, then this feature is disabled because the GitHub REST API behaves differently for thread comments on a private repository.
132
132
133
+
#### `step-summary`
134
+
135
+
-**Description**: Set this option to true to append content as part of workflow's job summary.
136
+
- See implementation details in GitHub's documentation about
137
+
[Adding a job summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary).
138
+
This option is independent of the `thread-comments` option, rather this option uses the same content that the `thread-comments` option would use.
139
+
- Default: false
140
+
133
141
#### `file-annotations`
134
142
135
143
-**Description**: Set this option to false to disable the use of file annotations as feedback.
0 commit comments