Skip to content

Commit b5a7fa7

Browse files
Update README.md
1 parent 76cd299 commit b5a7fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The domain of your Firebase storage bucket, such as `your-app.appspot.com`.
2727
Minimal example:
2828
```yaml
2929
- name: Add JUnit Summary
30-
uses: agensdev/junit-summary-action@v1.0
30+
uses: agensdev/junit-summary-action@1.0
3131
if: always()
3232
with:
3333
junit-path: test-results/junit.xml
@@ -63,7 +63,7 @@ jobs:
6363
run: npm test
6464

6565
- name: Add JUnit Summary
66-
uses: agensdev/junit-summary-action
66+
uses: agensdev/junit-summary-action@1.0
6767
if: always()
6868
with:
6969
junit-path: test-results/junit.xml

0 commit comments

Comments
 (0)