Skip to content

Commit 2ad0be0

Browse files
committed
docs: add empty line before commit comment body
1 parent 82b1114 commit 2ad0be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/extension-registry-changed.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Update
2828
run: |
2929
if ! git diff -s --exit-code registry.json; then
30-
echo "Automatic update\n" > build/msg.txt
30+
echo "Automatic update" > build/msg.txt
31+
echo "" >> build/msg.txt
3132
${{ github.workspace }}/.github/compare build/registry.json registry.json >> build/msg.txt
3233
git config --local user.email 'wayback[bot]@users.noreply.github.com'
3334
git config --local user.name 'wayback[bot]'

0 commit comments

Comments
 (0)