We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d828d commit 7061bd0Copy full SHA for 7061bd0
README.md
@@ -87,7 +87,7 @@ If you run your tests on [GitHub Actions](https://glebbahmutov.com/blog/trying-g
87
88
```yaml
89
- name: Set code coverage commit status 📫
90
- run: node bin/set-gh-status
+ run: npx set-gh-status
91
env:
92
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
```
0 commit comments