Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Aug 13, 2024
2 parents 71a197c + ae9db4b commit c50fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check-and-sync:
runs-on: ubuntu-latest
if: github.repository == "tree-sitter/tree-sitter-scala"
if: github.repository == 'tree-sitter/tree-sitter-scala'
outputs:
all: ${{ steps.changes.outputs.all}}
c: ${{ steps.changes.outputs.c }}
Expand Down

0 comments on commit c50fe16

Please sign in to comment.