Skip to content

Commit

Permalink
ci: add auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zyriab committed Mar 26, 2024
1 parent 99b59a6 commit eb6e1ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/generate-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ jobs:
uses: ByteBakersCo/babilema-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_context: ${{ toJson(github) }}

- name: 'Auto committing generated files'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "ci: auto commit generated files"
branch: ${{ github.head_ref }}

0 comments on commit eb6e1ed

Please sign in to comment.