chore: fix a broken link in README (#92)
* chore: fix a broken link in README * chore: fix branch name
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -3,7 +3,7 @@ on: # rebuild any PRs and main branch changes
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- 'releases/*'
|
- 'releases/*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# npm audit action
|
# npm audit action
|
||||||
|
|
||||||
[](https://coveralls.io/github/oke-py/npm-audit-action?branch=master)
|
[](https://coveralls.io/github/oke-py/npm-audit-action?branch=main)
|
||||||
|
|
||||||
GitHub Action to run `npm audit`
|
GitHub Action to run `npm audit`
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ If vulnerabilities are found by `npm audit`, Action triggered by PR creates a co
|
|||||||
|
|
||||||
If vulnerabilities are found by `npm audit`, Action triggered by push, schedule creates the following GitHub Issue.
|
If vulnerabilities are found by `npm audit`, Action triggered by push, schedule creates the following GitHub Issue.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- 'releases/*'
|
- 'releases/*'
|
||||||
# on:
|
# on:
|
||||||
# schedule:
|
# schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user