Skip to content

Commit

Permalink
simplify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeturckheim committed Dec 19, 2024
1 parent 16ffc64 commit 04d6e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A full suite can be triggered with:
uses: heal-dev/trigger@v1
with:
api-token: ${{ secrets.HEAL_API_TOKEN }} # Required: Your Heal API token.
suite: "project-test/suite-test" # Required: The ID of the test suite
suite: "project-test/suite-test" # Required: The slug of the project and suite `project-slug-name/suite-slug-name`.
wait-for-results: "yes" # Optional: Wait for results (default: 'yes').
comment-on-pr: "yes" # Optional: Whether to comment test results on PRs (default: 'no').
```
Expand Down

0 comments on commit 04d6e2f

Please sign in to comment.