Skip to content

Commit a6892dc

Browse files
committed
Use sync_back.ts in rebuild workflow
1 parent 8eb0202 commit a6892dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rebuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
if: startsWith(env.HEAD_REF, 'dependabot/')
8484
working-directory: pr-checks
8585
run: |
86-
python3 sync_back.py -v
86+
npm ci
87+
npx tsx sync_back.ts --verbose
8788
8889
- name: Generate workflows
8990
working-directory: pr-checks

0 commit comments

Comments
 (0)