We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28e5bc commit 23be3d5Copy full SHA for 23be3d5
2 files changed
.github/workflows/static-files.yml
@@ -29,7 +29,7 @@ jobs:
29
bundle exec rake utilities:build
30
bundle exec rake docs:build
31
bundle exec rake static:dump
32
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v6.0.1
33
with:
34
commit_message: Generating static files
35
commit_user_name: GitHub Design Engineering Bot
.github/workflows/test.yml
@@ -247,7 +247,7 @@ jobs:
247
continue-on-error: true
248
run: ./script/run-playwright
249
- id: auto-commit
250
- uses: stefanzweifel/git-auto-commit-action@v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@v6.0.1
251
252
commit_message: Generating component snapshots
253
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml
0 commit comments