Skip to content

Commit 2a4918f

Browse files
authored
Try escaping instead
1 parent ae53cc2 commit 2a4918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Check sort with disorder
1616
run: sort -c test/test.txt || true
1717
- name: Check sort with disorder in an unusually named file
18-
run: sort -c "test/test:2.txt" || true
18+
run: sort -c test/test\:2.txt || true

0 commit comments

Comments
 (0)