Skip to content

Commit

Permalink
Single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Aug 13, 2024
1 parent 9a4a2b3 commit 808c7c0
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 808c7c0

Please sign in to comment.