From 714d6e44529f9d0c20b47603049ccc929cb0e395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Sun, 8 Dec 2024 16:59:25 +0300 Subject: [PATCH] add single quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index e25c02698b..64a3900d2b 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -28,7 +28,7 @@ - source: .github/workflows/sync-files.yaml - source: .github/workflows/update-codeowners-from-packages.yaml pre-commands: | - sd " auto-merge-method: squash\n" " auto-merge-method: squash\n global-codeowners: @autowarefoundation/autoware-core-global-codeowners" {source} + sd " auto-merge-method: squash\n" " auto-merge-method: squash\n global-codeowners: '@autowarefoundation/autoware-core-global-codeowners'" {source} - source: .clang-format - source: .clang-tidy - source: .markdown-link-check.json