Skip to content

Commit 9d27040

Browse files
committed
set default git-issues-blog footer
1 parent e7a8277 commit 9d27040

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 = ""
75+
issue_footer = "------\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)