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 4ea131e commit 30c106eCopy full SHA for 30c106e
.github/workflows/update_goldens.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- name: 📚 Checkout branch
10
uses: actions/checkout@v4
11
+ with:
12
+ ssh-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
13
14
- name: 🐦 Install Flutter
15
uses: subosito/flutter-action@v2
@@ -28,9 +30,9 @@ jobs:
28
30
run: melos run update:goldens
29
31
32
- name: 📤 Commit Changes
- id: commit_changes
33
uses: stefanzweifel/git-auto-commit-action@v5
34
with:
35
commit_message: "chore: Update Goldens"
- commit_user_name: github-actions[bot]
36
- commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
+ file_pattern: "**/test/**/goldens/*.png"
37
+ commit_user_name: "Stream SDK Bot"
38
+ commit_user_email: "[email protected]"
0 commit comments