Skip to content

Commit e7a8277

Browse files
committed
bugfix: GithubException import
1 parent 7fa4c02 commit e7a8277

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ I use this action for my blog system, make me more focused on writing.
2828

2929
#### Issues templates
3030

31-
"_tpl/post-header.md" and "_tpl/post-footer.md" for templates, issues content will be:
32-
33-
​ issues = post-header.md + posts/example.md + post-footer.md
31+
"_tpl/post-header.md" and "_tpl/post-footer.md" for templates, issues content will be:
32+
33+
Issues = post-header.md + posts/example.md + post-footer.md
3434

3535

3636

git-issues-blog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import requests
1111
import subprocess
1212
from github import Github
13+
from github import GithubException
1314
from github import UnknownObjectException
1415

1516
GITHUB_API = "https://api.github.com"

0 commit comments

Comments
 (0)