Skip to content

Commit ae9db4b

Browse files
authored
Single quote (#420)
1 parent 9a4a2b3 commit ae9db4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check-and-sync:
99
runs-on: ubuntu-latest
10-
if: github.repository == "tree-sitter/tree-sitter-scala"
10+
if: github.repository == 'tree-sitter/tree-sitter-scala'
1111
outputs:
1212
all: ${{ steps.changes.outputs.all}}
1313
c: ${{ steps.changes.outputs.c }}

0 commit comments

Comments
 (0)