Skip to content

Commit

Permalink
flutter: fix flutter-ref-images-bump.yml
Browse files Browse the repository at this point in the history
git author was missing
  • Loading branch information
iamsergio committed Dec 8, 2024
1 parent d6e84c1 commit 37f0228
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flutter-ref-images-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
submodules: true

- name: Setup git author name
run: |
git config --global user.email "kddw@actions"
git config --global user.name "KDDW Actions"
- name: bump submodule
run: |
cd tests/reference-images/
Expand Down

0 comments on commit 37f0228

Please sign in to comment.