Skip to content

Commit

Permalink
Fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
currenjin committed Jan 25, 2024
1 parent 6a1b4f6 commit c491b42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/convert-yml-to-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:

- name: Run Update Script
run: node .github/workflows/convert-yml-to-md.js

- name: Commit README.md
run: |
git config --global user.email "[email protected]"
git config --global user.name "currenjin"
git add README.md
git commit -m "<Action> Docs: README.md"
git push origin develop-yml

0 comments on commit c491b42

Please sign in to comment.