Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Carter committed Apr 12, 2024
1 parent f257f45 commit 39863a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/issue-to-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- uses: eunjae-lee/issue-to-markdown@v1
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
dest: 'content'
extension: '.md'
slug_as_folder_name: true
slug_key: 'slug'
label: 'publish'
inject_title: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'docs: update contents'

0 comments on commit 39863a6

Please sign in to comment.