We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4a2b3 commit ae9db4bCopy full SHA for ae9db4b
.github/workflows/sync.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
check-and-sync:
9
runs-on: ubuntu-latest
10
- if: github.repository == "tree-sitter/tree-sitter-scala"
+ if: github.repository == 'tree-sitter/tree-sitter-scala'
11
outputs:
12
all: ${{ steps.changes.outputs.all}}
13
c: ${{ steps.changes.outputs.c }}
0 commit comments