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 9e7d0c9 commit 8010bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git config --global user.email ${{ secrets.CARBON_BOT_EMAIL }}
git config --global user.name ${{ secrets.CARBON_BOT_NAME }}
git add .
git commit -m "chore: this is the commit"
git commit -m "chore: update examples gallery"
- name: Create pull request
if: failure() && steps.up_to_date.outcome == 'failure'
Expand Down

0 comments on commit 8010bbe

Please sign in to comment.