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 e141a13 commit 0a7f380Copy full SHA for 0a7f380
.github/workflows/compile-ts.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
git config --global user.name 'github-actions[bot]'
29
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
30
+ git config --global core.autocrlf true
31
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
32
git commit -am "Automated TypeScript compile"
33
git push
0 commit comments