Skip to content

Commit 91089b5

Browse files
authored
chore(audit): fix audit fix workflow (#126)
1 parent 7fd5920 commit 91089b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audit-fix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm ci
2727

2828
- name: Run npm audit fix
29-
run: npm audit fix --force
29+
run: npm audit fix || npm audit fix --force || true
3030

3131
- name: Create pull request
3232
env:
@@ -48,7 +48,7 @@ jobs:
4848
4949
gh pr create \
5050
--title "chore(deps): npm audit fix" \
51-
--body "Automated security fixes via \`npm audit fix --force\`." \
51+
--body "Automated security fixes via \`npm audit fix\`." \
5252
--label "audit: fix" \
5353
--base main \
5454
--head "$BRANCH"

0 commit comments

Comments
 (0)