Skip to content

Commit

Permalink
fix: remove addition commit and push step
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Sep 26, 2024
1 parent 71d9ee2 commit cd9d0e5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@ jobs:
exit 0
fi
- name: Commit the changes
if: failure() && steps.up_to_date.outcome == 'failure'
id: commit_changes
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 examples gallery"
git push origin
- name: Create pull request
if: failure() && steps.up_to_date.outcome == 'failure'
id: create-pr
Expand Down

0 comments on commit cd9d0e5

Please sign in to comment.