We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063face commit 5d37a1fCopy full SHA for 5d37a1f
.github/workflows/sync.yml
@@ -22,7 +22,7 @@ jobs:
22
# Update search links from the origin repo before pushing to the upstream
23
- run: git clone --depth 1 https://github.com/microsoft/TypeScript.git
24
- run: npm i
25
- - run: node scripts/convertRelativeLinksToHardcoded.js **/*.md --write
+ - run: node scripts/convertRelativeLinksToHardcoded.js "**/*.md" --write
26
- run: rm -rf TypeScript
27
28
- run: git add .
0 commit comments