Skip to content

Commit 8cd7bd4

Browse files
committed
Try get CI running
1 parent 35ea057 commit 8cd7bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.TS_BOT_TOKEN }}
2121

2222
# Update search links from the origin repo before pushing to the upstream
23-
- run: git clone -–depth 1 https://github.com/microsoft/TypeScript.git
23+
- run: git clone --depth 1 https://github.com/microsoft/TypeScript.git
24+
- run: npm i
2425
- run: node scripts/convertRelativeLinksToHardcoded.js **/*.md --write
2526
- run: rm -rf TypeScript
2627

0 commit comments

Comments
 (0)