Skip to content

Commit d5c1e44

Browse files
committed
fix_bug
1 parent fa77b58 commit d5c1e44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate_branch_names.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true # Prevent retries on failure
1212
steps:
13+
- name: Set git to use long paths
14+
run: git config --system core.longpaths true
1315
- name: Try checkout
1416
uses: actions/checkout@v3

0 commit comments

Comments
 (0)