Skip to content

Commit c2b1910

Browse files
committed
Remove extra line and update name.
1 parent df9bfd8 commit c2b1910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/detect-gutenberg-sha-change.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generates a list of changes and a commit message when the pinned gutenberg repository hash changes.
2-
name: Generate changelog and commit message
2+
name: Draft commit message
33

44
on:
55
# This workflow was introduced in WordPress 7.0.
@@ -148,7 +148,7 @@ jobs:
148148
else
149149
printf 'The following changes are included:\n\n'
150150
cat changelog.txt
151-
printf '\n\n'
151+
printf '\n'
152152
fi
153153
154154
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

Comments
 (0)