Skip to content

Commit c21a904

Browse files
committed
docs: clarify that job summary output file is configurable
Co-authored-by: Zack Koppert <zkoppert@github.com> Signed-off-by: Venu Vardhan Reddy Tekula <venuvrtekula@gmail.com>
1 parent cbb09ac commit c21a904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249

250250
When running as a GitHub Action, the contributors report is automatically displayed in the [GitHub Actions Job Summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary). This provides immediate visibility of the results directly in the workflow run interface without needing to check separate files or issues.
251251

252-
The job summary contains the same markdown content that is written to the configured output file, making it easy to view contributor information right in the GitHub Actions UI.
252+
The job summary contains the same markdown content that is written to the configured output file (`contributors.md` by default), making it easy to view contributor information right in the GitHub Actions UI.
253253

254254
## Local usage without Docker
255255

0 commit comments

Comments
 (0)