From 4f09f58ad3fe023a17e388969e92dd440dd0a3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 10 Dec 2024 17:08:46 +0300 Subject: [PATCH] ci(sync-files): escape double quotes to avoid pre-commit modifying the file (#117) 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 64a3900d2..448d57c08 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\"\n" {source} - source: .clang-format - source: .clang-tidy - source: .markdown-link-check.json