Skip to content

Commit c1233f8

Browse files
committed
Fix multiline commit message using heredoc
1 parent 165151c commit c1233f8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/download-engine-for-testing.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,15 @@ jobs:
5252
5353
git add test-engine/
5454
55-
git commit -m "Add Spring engine for local testing
55+
git commit -m "$(cat <<'EOF'
56+
Add Spring engine for local testing
5657
57-
This engine is temporarily added to allow Claude to test the smoke test
58-
locally before running in CI. It can be removed once testing is complete.
58+
This engine is temporarily added to allow Claude to test the smoke test
59+
locally before running in CI. It can be removed once testing is complete.
5960
60-
Engine: BAR 105.1.1-2472-ga5aa45c (with RmlUi support)"
61+
Engine: BAR 105.1.1-2472-ga5aa45c (with RmlUi support)
62+
EOF
63+
)"
6164
6265
git push
6366

0 commit comments

Comments
 (0)