Skip to content
Merged
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
8 changes: 5 additions & 3 deletions .github/workflows/update_goldens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: 📚 Checkout branch
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}

- name: 🐦 Install Flutter
uses: subosito/flutter-action@v2
Expand All @@ -28,9 +30,9 @@ jobs:
run: melos run update:goldens

- name: 📤 Commit Changes
id: commit_changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: Update Goldens"
commit_user_name: github-actions[bot]
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
file_pattern: "**/test/**/goldens/*.png"
commit_user_name: "Stream SDK Bot"
commit_user_email: "[email protected]"