We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sync_back.ts
rebuild
1 parent 8eb0202 commit a6892dcCopy full SHA for a6892dc
1 file changed
.github/workflows/rebuild.yml
@@ -83,7 +83,8 @@ jobs:
83
if: startsWith(env.HEAD_REF, 'dependabot/')
84
working-directory: pr-checks
85
run: |
86
- python3 sync_back.py -v
+ npm ci
87
+ npx tsx sync_back.ts --verbose
88
89
- name: Generate workflows
90
0 commit comments