Skip to content

Commit

Permalink
doc: refine README and fix the name of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard committed Feb 9, 2022
1 parent 95c64e8 commit db96c4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub Action: Coverage Diff Comment
# GitHub Action: Coverage Diff

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Liberapay](https://img.shields.io/liberapay/patrons/GreatWizard.svg?logo=liberapay)](https://liberapay.com/GreatWizard/)
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
node-version: 16
cache: npm
- run: npm install
- run: npm test
- run: npm run test
- name: Coverage Diff
uses: greatwizard/coverage-diff-action@v1
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
node-version: 16
cache: npm
- run: npm install
- run: npm test
- run: npm run test
- name: Coverage Diff
uses: greatwizard/coverage-diff-action@v1
with:
Expand Down Expand Up @@ -123,7 +123,7 @@ You can also pin a specific version such as `v1.0.0` (a tag).

### What about external pull requests

This action actually fails for external pull requests.
Currently this action fails for external pull requests.
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/)
and [here](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/).

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Coverage Diff Comment
name: Coverage Diff
branding:
icon: umbrella
color: green
Expand Down

0 comments on commit db96c4b

Please sign in to comment.