Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ inputs:
required: false
default: ""
github-token:
description: "GitHub authentication token used for posting comments to pull requests and creating check runs"
description: "GitHub token for creating checks and comments"
required: false
default: "${{ github.token }}"
sections:
description: "Optional collapsible section comments to publish alongside the summary table. Supported values: `new`, `flaky`, `retry`, or `all`. Accepts comma- or newline-separated values."
required: false
default: ""
debug:
description: "Print additional diagnostic information"
required: false
default: "false"

runs:
using: "node24"
Expand Down
Loading
Loading