We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165151c commit c1233f8Copy full SHA for c1233f8
.github/workflows/download-engine-for-testing.yml
@@ -52,12 +52,15 @@ jobs:
52
53
git add test-engine/
54
55
- git commit -m "Add Spring engine for local testing
+ git commit -m "$(cat <<'EOF'
56
+ Add Spring engine for local testing
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.
+ 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.
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
+ )"
64
65
git push
66
0 commit comments