Skip to content

Commit 39397b1

Browse files
authored
remove git config (#13)
1 parent d9652e6 commit 39397b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/app-distribute.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
- name: Checkout code
3939
uses: actions/checkout@v3
4040

41-
- name: config git
42-
run: |
43-
git config --global user.email "$(git log --format='%ae' HEAD^!)"
44-
git config --global user.name "$(git log --format='%an' HEAD^!)"
45-
git fetch origin gh-pages:gh-pages
46-
4741
- name: Setup Flutter
4842
uses: subosito/flutter-action@v2
4943
with:

0 commit comments

Comments
 (0)