Skip to content

Commit 3a4be3f

Browse files
committed
bugfix: post_footer var
1 parent 9d27040 commit 3a4be3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-issues-blog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
if footer.exists():
7373
issue_footer = footer.read_text()
7474
else:
75-
issue_footer = "------\nPowered by [Git-Issues-Blog](https://github.com/marketplace/actions/git-issues-blog)"
75+
issue_footer = "\n\nPowered by [Git-Issues-Blog](https://github.com/marketplace/actions/git-issues-blog)"
7676

7777

7878
for p in POSTS:

0 commit comments

Comments
 (0)