Skip to content

Commit 5d37a1f

Browse files
committed
Fix CI
1 parent 063face commit 5d37a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Update search links from the origin repo before pushing to the upstream
2323
- run: git clone --depth 1 https://github.com/microsoft/TypeScript.git
2424
- run: npm i
25-
- run: node scripts/convertRelativeLinksToHardcoded.js **/*.md --write
25+
- run: node scripts/convertRelativeLinksToHardcoded.js "**/*.md" --write
2626
- run: rm -rf TypeScript
2727

2828
- run: git add .

0 commit comments

Comments
 (0)