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 35ea057 commit 8cd7bd4Copy full SHA for 8cd7bd4
.github/workflows/sync.yml
@@ -20,7 +20,8 @@ jobs:
20
GITHUB_TOKEN: ${{ secrets.TS_BOT_TOKEN }}
21
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
+ - run: git clone --depth 1 https://github.com/microsoft/TypeScript.git
24
+ - run: npm i
25
- run: node scripts/convertRelativeLinksToHardcoded.js **/*.md --write
26
- run: rm -rf TypeScript
27
0 commit comments