Skip to content

Commit c82c930

Browse files
committed
fix: remote script reference name
1 parent e8eeda6 commit c82c930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
mkdir -p output
4848
npm run db:export-checks
4949
cp output/checks.json ../data/checks.json
50-
npm run export-policies
50+
npm run db:export-policies
5151
cp output/policies.json ../data/policies.json
52-
npm run export-checklists
52+
npm run db:export-checklists
5353
cp output/checklists.json ../data/checklists.json
5454
cd ..
5555
rm -rf temp-visionBoard

0 commit comments

Comments
 (0)