Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 57a09fe

Browse files
committed
:octocat:
1 parent 32f03d2 commit 57a09fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: "Configure git to avoid issues with line endings"
56-
if: runner.os == 'Windows'
56+
if: ${{ runner.os == 'Windows' }}
5757
run: git config --global core.autocrlf false
5858

5959
- name: "Checkout"

0 commit comments

Comments
 (0)