We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9bfd8 commit c2b1910Copy full SHA for c2b1910
1 file changed
.github/workflows/detect-gutenberg-sha-change.yml
@@ -1,5 +1,5 @@
1
# Generates a list of changes and a commit message when the pinned gutenberg repository hash changes.
2
-name: Generate changelog and commit message
+name: Draft commit message
3
4
on:
5
# This workflow was introduced in WordPress 7.0.
@@ -148,7 +148,7 @@ jobs:
148
else
149
printf 'The following changes are included:\n\n'
150
cat changelog.txt
151
- printf '\n\n'
+ printf '\n'
152
fi
153
154
printf 'A full list of changes can be found on GitHub: https://github.com/WordPress/gutenberg/compare/%s...%s.\n\n' "$BASE_SHA" "$HEAD_SHA"
0 commit comments