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 fa77b58 commit d5c1e44Copy full SHA for d5c1e44
.github/workflows/validate_branch_names.yml
@@ -10,5 +10,7 @@ jobs:
10
strategy:
11
fail-fast: true # Prevent retries on failure
12
steps:
13
+ - name: Set git to use long paths
14
+ run: git config --system core.longpaths true
15
- name: Try checkout
16
uses: actions/checkout@v3
0 commit comments