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 acceb47 commit 00ac606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Commit the changes
if: failure() && steps.up_to_date.outcome == 'failure'
id: commit
working-directory: ./
run: |
git add .
git commit -m "chore: update example gallery"
Expand Down

0 comments on commit 00ac606

Please sign in to comment.