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 d9652e6 commit 39397b1Copy full SHA for 39397b1
.github/workflows/app-distribute.yml
@@ -38,12 +38,6 @@ jobs:
38
- name: Checkout code
39
uses: actions/checkout@v3
40
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
-
47
- name: Setup Flutter
48
uses: subosito/flutter-action@v2
49
with:
0 commit comments