Skip to content

Commit

Permalink
ci(sync-files): escape double quotes to avoid pre-commit modifying th…
Browse files Browse the repository at this point in the history
…e file (#117)

Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Dec 10, 2024
1 parent 1bba5d3 commit 4f09f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f09f58

Please sign in to comment.