Use sync_back.ts in rebuild workflow

This commit is contained in:
Michael B. Gale
2026-03-01 15:56:48 +00:00
parent 8eb0202e9d
commit a6892dcba5

View File

@@ -83,7 +83,8 @@ jobs:
if: startsWith(env.HEAD_REF, 'dependabot/')
working-directory: pr-checks
run: |
python3 sync_back.py -v
npm ci
npx tsx sync_back.ts --verbose
- name: Generate workflows
working-directory: pr-checks