Skip to content

Commit 0a7f380

Browse files
committed
workflow fix 3
1 parent e141a13 commit 0a7f380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-ts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
git config --global user.name 'github-actions[bot]'
2929
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
30+
git config --global core.autocrlf true
3031
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
3132
git commit -am "Automated TypeScript compile"
3233
git push

0 commit comments

Comments
 (0)