Skip to content

Commit

Permalink
Add job-summary input var
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Sep 9, 2023
1 parent 4672f23 commit b8e0632
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ inputs:
description: 'Customize the title of the pull request comment'
required: false
default: 'Playwright test results'
job-summary:
description: 'Create a job summary comment for the workflow run'
required: false
icon-style:
description: 'The icons to use: octicons or emoji'
required: false
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playwright-report-summary",
"description": "A GitHub action to report Playwright test results as pull request comments",
"version": "2.0.1",
"version": "2.1.1",
"author": "",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
Expand Down

0 comments on commit b8e0632

Please sign in to comment.