File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ I use this action for my blog system, make me more focused on writing.
17
17
18
18
```
19
19
- name: Git-Issues-Blog
20
- uses: Sep0lkit/git-issues-blog@v1.0
20
+ uses: Sep0lkit/git-issues-blog@v1.1
21
21
env:
22
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
23
POSTS_PATH: 'posts'
@@ -28,11 +28,8 @@ I use this action for my blog system, make me more focused on writing.
28
28
29
29
#### Issues templates
30
30
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
34
-
35
-
31
+ "_ tpl/post-header.md" and "_ tpl/post-footer.md" for templates, issues content will be:
32
+ <u >** Issues = post-header.md + posts/example.md + post-footer.md** </u >
36
33
37
34
## Something to do:
38
35
You can’t perform that action at this time.
0 commit comments