Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/static-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bundle exec rake utilities:build
bundle exec rake docs:build
bundle exec rake static:dump
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
- uses: stefanzweifel/git-auto-commit-action@v7.1.0
with:
commit_message: Generating static files
commit_user_name: GitHub Design Engineering Bot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git stash pop || true
- id: auto-commit
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: stefanzweifel/git-auto-commit-action@v6.0.1
uses: stefanzweifel/git-auto-commit-action@v7.1.0
with:
commit_message: Generating component snapshots
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml
Expand Down
Loading