Skip to content

Commit 738cae0

Browse files
committed
Prepended extra line break before auto-sync trailer
1 parent 9eb08ab commit 738cae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-ai-personas-releases-to-project-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
5959
# Append auto-sync trailer
60-
RELEASE_NOTES+="\n###### _Auto-synced from https://github.com/adamlui/python-utils/releases"
60+
RELEASE_NOTES+="\n\n###### _Auto-synced from https://github.com/adamlui/python-utils/releases"
6161
RELEASE_NOTES+=" by_ :robot: [kudo-sync-bot](https://github.com/kudo-sync-bot)"
6262
6363
if [ "$RELEASE_EXISTS" = false ] ; then

0 commit comments

Comments
 (0)