Skip to content

Commit dcdff6b

Browse files
committed
added new 3
1 parent 0fbfd17 commit dcdff6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync-demo-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
git config user.name "GitHub Actions Bot"
3030
git config user.email "actions-bot@github.com"
3131
32+
# Disable autocrlf
33+
- name: Disable autocrlf
34+
run: git config --global core.autocrlf false
35+
3236
# Fetch the latest changes from the remote, including main
3337
- name: Fetch origin
3438
run: git fetch origin

0 commit comments

Comments
 (0)