Skip to content

Commit 967ca85

Browse files
committed
Rename sync_back to sync-back
1 parent 7950e47 commit 967ca85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
working-directory: pr-checks
9898
run: |
9999
npm ci
100-
npx tsx sync_back.ts --verbose
100+
npx tsx sync-back.ts --verbose
101101
102102
- name: Generate workflows
103103
working-directory: pr-checks
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env npx tsx
22

33
/*
4-
Tests for the sync_back.ts script
4+
Tests for the sync-back.ts script
55
*/
66

77
import * as assert from "node:assert/strict";
@@ -14,7 +14,7 @@ import {
1414
scanGeneratedWorkflows,
1515
updateSyncTs,
1616
updateTemplateFiles,
17-
} from "./sync_back";
17+
} from "./sync-back";
1818

1919
let testDir: string;
2020
let workflowDir: string;

0 commit comments

Comments
 (0)