Skip to content

Commit

Permalink
fix: Update autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Jan 18, 2024
1 parent 9ae528a commit 78b1841
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
run: npm run start:visual-preview
- name: Run Playwright tests
run: npm run test:visual -- --update-snapshots
- name: Overwrite Playwright snapshots
run: |
git config user.name '${{ secrets.BPMN_IO_USERNAME }}'
git config user.email '${{ secrets.BPMN_IO_EMAIL }}'
git add -A
git commit -m "chore(CI): updated snapshots" || echo "No changes to commit"
git push
- name: Commit screenshots
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: updated snapshots"

0 comments on commit 78b1841

Please sign in to comment.