Skip to content

Commit db96c4b

Browse files
committed
doc: refine README and fix the name of the action
1 parent 95c64e8 commit db96c4b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Action: Coverage Diff Comment
1+
# GitHub Action: Coverage Diff
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![Liberapay](https://img.shields.io/liberapay/patrons/GreatWizard.svg?logo=liberapay)](https://liberapay.com/GreatWizard/)
@@ -57,7 +57,7 @@ jobs:
5757
node-version: 16
5858
cache: npm
5959
- run: npm install
60-
- run: npm test
60+
- run: npm run test
6161
- name: Coverage Diff
6262
uses: greatwizard/coverage-diff-action@v1
6363
with:
@@ -88,7 +88,7 @@ jobs:
8888
node-version: 16
8989
cache: npm
9090
- run: npm install
91-
- run: npm test
91+
- run: npm run test
9292
- name: Coverage Diff
9393
uses: greatwizard/coverage-diff-action@v1
9494
with:
@@ -123,7 +123,7 @@ You can also pin a specific version such as `v1.0.0` (a tag).
123123

124124
### What about external pull requests
125125

126-
This action actually fails for external pull requests.
126+
Currently this action fails for external pull requests.
127127
The problem is described [here](https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/)
128128
and [here](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/).
129129

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Coverage Diff Comment
1+
name: Coverage Diff
22
branding:
33
icon: umbrella
44
color: green

0 commit comments

Comments
 (0)