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 80daeaf commit c6b62cbCopy full SHA for c6b62cb
.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