Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PerThomasHaga authored Nov 14, 2023
1 parent 76cd299 commit b5a7fa7
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 @@ -27,7 +27,7 @@ The domain of your Firebase storage bucket, such as `your-app.appspot.com`.
Minimal example:
```yaml
- name: Add JUnit Summary
uses: agensdev/junit-summary-action@v1.0
uses: agensdev/junit-summary-action@1.0
if: always()
with:
junit-path: test-results/junit.xml
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: npm test

- name: Add JUnit Summary
uses: agensdev/junit-summary-action
uses: agensdev/junit-summary-action@1.0
if: always()
with:
junit-path: test-results/junit.xml
Expand Down

0 comments on commit b5a7fa7

Please sign in to comment.