Skip to content

Commit b635bcb

Browse files
committed
Dont recommend to use master
1 parent ed719f4 commit b635bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v1
2828
- name: Run Jest
29-
uses: stefanoeb/jest-action@master
29+
uses: stefanoeb/jest-action@1.0.2
3030
```
3131
3232
You can also pass custom args to jest through the `with:` parameter:
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v1
4747
- name: Run Jest
48-
uses: stefanoeb/jest-action@master
48+
uses: stefanoeb/jest-action@1.0.2
4949
with:
5050
jestArgs: path/to/my.test.js
5151
```

0 commit comments

Comments
 (0)