Skip to content

Commit abe5af1

Browse files
committed
Update package-audit.yml
[skip ci]
1 parent 3b55797 commit abe5af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020
- name: NPM Audit
21-
uses: luisfontes19/npm-audit-action@v0.1.0
21+
uses: 'luisfontes19/npm-audit-action@v0.1.0'
2222
with:
2323
project-path: "."
2424
json: false
@@ -30,7 +30,7 @@ jobs:
3030
git-user: action-npm-audit
3131
git-email: action-npm-audit
3232
git-message: npm fix run from npm-audit action
33-
git-pr-title: [SECURITY] NPM audit fix
33+
git-pr-title: "[SECURITY] NPM audit fix"
3434
git-branch: npm-audit-action
3535
git-remote: origin
3636
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)