Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deblockt authored Dec 5, 2024
1 parent 7931dcc commit aef902e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This GitHub Action supports two formats:

## Parameters

- **access-token** (required): The GitHub token to allow the action to add checks.
- **access-token** (optional, default: "${{ github.token }}"): The GitHub token to allow the action to add checks.
- **name** (optional, default: "Cucumber report"): The check name.
- **path** (optional, default: `**/cucumber-report.json`): The glob pattern to locate the Cucumber report file in JSON format.
- **path** (optional, default: "**/cucumber-report.json"): The glob pattern to locate the Cucumber report file in JSON format.
- **check-status-on-error** (optional, default: "failure"): The check status to use for Cucumber errors. Options: `neutral`, `failure`.
- **check-status-on-undefined** (optional, default: "success"): The check status to use for undefined steps. Options: `success`, `neutral`, `failure`.
- **check-status-on-pending** (optional, default: "success"): The check status to use for pending steps. Options: `success`, `neutral`, `failure`.
Expand Down

0 comments on commit aef902e

Please sign in to comment.