Skip to content

Commit ad358a7

Browse files
committed
update readme
1 parent 1b25439 commit ad358a7

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
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

0 commit comments

Comments
 (0)