Skip to content

Commit 7fa4c02

Browse files
committed
update readme
1 parent 332fe89 commit 7fa4c02

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Git-Issues-Blog
2+
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Create%20Issue%20From%20File-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/marketplace/actions/git-issues-blog)
23

34
A Github action to create issues from github repository.
45

@@ -7,7 +8,7 @@ I use this action for my blog system, make me more focused on writing.
78
## **Features:**
89

910
- **WYWIWYG**(What You Write Is What You Get)
10-
- based on github file content
11+
- Based on github file content
1112
- Automatically generate and update issues
1213
- Automatic conversion image link
1314
- Easy to using
@@ -25,7 +26,17 @@ I use this action for my blog system, make me more focused on writing.
2526
#### Environment variables
2627
- `POSTS_PATH` - blog posts folder name, default is "posts"
2728

29+
#### Issues templates
2830

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+
36+
37+
## Something to do:
38+
39+
- [ ] Posts by github user, but not github-action(github actions doesn't support now).
2940

3041
## License
3142

0 commit comments

Comments
 (0)