Skip to content

Commit 2c6821f

Browse files
committed
Stripped newline in auto-sync trailer
1 parent 731c6c2 commit 2c6821f

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
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
# Append auto-sync trailer
51-
RELEASE_NOTES+="\n\n###### _Auto-synced from https://github.com/adamlui/python-utils/releases"
51+
RELEASE_NOTES+="\n###### _Auto-synced from https://github.com/adamlui/python-utils/releases"
5252
RELEASE_NOTES+=" by_ :robot: [kudo-sync-bot](https://github.com/kudo-sync-bot)"
5353
5454
if [ "$RELEASE_EXISTS" = false ] ; then

0 commit comments

Comments
 (0)