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 3a282ca commit a8c42a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,9 @@ jobs:

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

- name: Commit README
run: |
git add README.md
git commit -m "Docs: README.md"
if: always()

0 comments on commit a8c42a2

Please sign in to comment.