Skip to content

Commit

Permalink
Update EndBug/add-and-commit action to v9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 0e6fb1e commit d6ac80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Committing E2E screenshot changes
- name: Commit E2E changes
uses: EndBug/[email protected].1
uses: EndBug/[email protected].3
with:
message: "[skip ci] [e2e-check] Automated Playwright E2E screenshot changes commit"
new_branch: ${{ env.BRANCH_NAME }}
Expand All @@ -78,7 +78,7 @@ jobs:

# Committing Storybook story screenshot changes
- name: Commit Storybook changes
uses: EndBug/[email protected].1
uses: EndBug/[email protected].3
with:
message: "[skip ci] [storybook-check] Automated Storybook screenshot changes commit"
new_branch: ${{ env.BRANCH_NAME }}

0 comments on commit d6ac80b

Please sign in to comment.