-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update EndBug/add-and-commit action to v9.1.3
- Loading branch information
1 parent
0e6fb1e
commit d6ac80b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} |