Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjadahl authored Jan 19, 2022
1 parent 18b571a commit 3942c5b
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 @@ -3,7 +3,7 @@ A Github Action for reporting test information from BuildPulse to a Discord chan

```yml
- name: Send Digest
uses: Rabatta-ApS/BuildPulse-Discord@v1.0
uses: Rabatta-ApS/BuildPulse-Discord@v2.1.0
with:
buildPulse-api-token: ${{ secrets.BUILDPULSE_API_TOKEN }}
discord-webhook: ${{ secrets.DISCORD_BUILDPULSE_WEBHOOK }}
Expand All @@ -12,7 +12,7 @@ A Github Action for reporting test information from BuildPulse to a Discord chan
By default the action fetches tests from the repository that it is being run in. Alternatively, you can specify another repository using the **repository** input.
```yml
- name: Send Digest
uses: Rabatta-ApS/BuildPulse-Discord@v1.0
uses: Rabatta-ApS/BuildPulse-Discord@v2.1.0
with:
buildPulse-api-token: ${{ secrets.BUILDPULSE_API_TOKEN }}
discord-webhook: ${{ secrets.DISCORD_BUILDPULSE_WEBHOOK }}
Expand Down

0 comments on commit 3942c5b

Please sign in to comment.