There was an error while loading. Please reload this page.
1 parent 3df970e commit f4f07cbCopy full SHA for f4f07cb
2 files changed
.github/workflows/static-files.yml
@@ -34,7 +34,7 @@ jobs:
34
bundle exec rake utilities:build
35
bundle exec rake docs:build
36
bundle exec rake static:dump
37
- - uses: stefanzweifel/git-auto-commit-action@v7.1.0
+ - uses: stefanzweifel/git-auto-commit-action@v7.2.0
38
with:
39
commit_message: Generating static files
40
commit_user_name: GitHub Design Engineering Bot
.github/workflows/test-visual.yml
@@ -70,7 +70,7 @@ jobs:
70
git stash pop || true
71
- id: auto-commit
72
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
73
- uses: stefanzweifel/git-auto-commit-action@v7.1.0
+ uses: stefanzweifel/git-auto-commit-action@v7.2.0
74
75
commit_message: Generating component snapshots
76
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml
0 commit comments