Skip to content

Commit

Permalink
fix: commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Sep 24, 2024
1 parent 00ac606 commit 0a99eec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
id: commit
working-directory: ./
run: |
git config --global user.email ${{ secrets.CARBON_BOT_EMAIL }}
git config --global user.name ${{ secrets.CARBON_BOT_NAME }}
git add .
git commit -m "chore: update example gallery"
git push origin
Expand Down

0 comments on commit 0a99eec

Please sign in to comment.