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 04d6e2f commit 07f843c
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 @@ -36,7 +36,7 @@ Or you can trigger a specific story 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`.
test-config: | # Global test configuration
{
"entrypoint": "https://app-staging.heal.dev", # URL to override the default entry point.
Expand Down

0 comments on commit 07f843c

Please sign in to comment.