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 c6b62cb commit f12b824Copy full SHA for f12b824
.github/workflows/release-binaries-windows.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Setup crlf
16
run: |
17
- git config --global core.autocrlf=false
+ git config --global core.autocrlf false
18
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
19
- run: |
20
subst S: ${{ github.workspace }}
0 commit comments