We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea48171 commit 9004f2eCopy full SHA for 9004f2e
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: [18.x]
23
steps:
24
- name: Configure Git for long paths
25
- run: git config --global core.longpaths true
+ run: git config --system core.longpaths true
26
- uses: actions/checkout@v4
27
with:
28
ref: ${{ github.head_ref }}
0 commit comments