From ae9db4bdea5f90751718f4f9a90551c809d180f7 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Tue, 13 Aug 2024 02:00:20 -0400 Subject: [PATCH] Single quote (#420) --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 87fbe87..ccf6b6a 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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 }}