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 3b55797 commit abe5af1Copy full SHA for abe5af1
.github/workflows/package-audit.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v2
20
- name: NPM Audit
21
- uses: luisfontes19/npm-audit-action@v0.1.0
+ uses: 'luisfontes19/npm-audit-action@v0.1.0'
22
with:
23
project-path: "."
24
json: false
@@ -30,7 +30,7 @@ jobs:
30
git-user: action-npm-audit
31
git-email: action-npm-audit
32
git-message: npm fix run from npm-audit action
33
- git-pr-title: [SECURITY] NPM audit fix
+ git-pr-title: "[SECURITY] NPM audit fix"
34
git-branch: npm-audit-action
35
git-remote: origin
36
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments