File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
- # git-issuse-blog
1
+ # Git-Issues-Blog
2
+
3
+ A Github action to create issues from github repository.
4
+
5
+ I use this action for my blog system, make me more focused on writing.
6
+
7
+ ## ** Features:**
8
+
9
+ - ** WYWIWYG** (What You Write Is What You Get)
10
+ - based on github file content
11
+ - Automatically generate and update issues
12
+ - Automatic conversion image link
13
+ - Easy to using
14
+
15
+ ## Usage:
16
+
17
+ ```
18
+ - name: Git-Issues-Blog
19
+ uses: Sep0lkit/git-issues-blog@v1.0
20
+ env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
+ POSTS_PATH: 'posts'
23
+ ```
24
+
25
+ #### Environment variables
26
+ - ` POSTS_PATH ` - blog posts folder name, default is "posts"
27
+
28
+
29
+
30
+ ## License
31
+
32
+ MIT License - see the [ LICENSE] ( LICENSE ) file for details
You can’t perform that action at this time.
0 commit comments