Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
file-text

GitHub Action

git-issues-blog

v1.1

git-issues-blog

file-text

git-issues-blog

Auto build issues blog from github repo

Installation

Copy and paste the following snippet into your .yml file.

              

- name: git-issues-blog

uses: Sep0lkit/git-issues-blog@v1.1

Learn more about this action in Sep0lkit/git-issues-blog

Choose a version

Git-Issues-Blog

GitHub Marketplace

A Github action to create issues from github repository.

I use this action for my blog system, make me more focused on writing.

Features:

  • WYWIWYG(What You Write Is What You Get)
  • Based on github file content
  • Automatically generate and update issues
  • Automatic conversion image link
  • Easy to using

Usage:

- name: Git-Issues-Blog
  uses: Sep0lkit/git-issues-blog@v1.1
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    POSTS_PATH: 'posts'

Environment variables

  • POSTS_PATH - blog posts folder name, default is "posts"

Issues templates

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

Something to do:

  • Posts by github user, but not github-action(github actions doesn't support now).

License

MIT License - see the LICENSE file for details