Skip to content

Commit 5d0d3f4

Browse files
authored
Fix wrong points in GH workflow (#208)
NO-ISSUE Fix wrong points
1 parent e1bb442 commit 5d0d3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010

1111
jobs:
1212
run-npm-audit:
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Run npm audit and check diff
2525
id: audit
26-
run: ./scripts/npm-audit.sh
26+
run: .github/scripts/npm-audit.sh
2727
continue-on-error: true
2828

2929
- name: Create or update reminder issue

0 commit comments

Comments
 (0)