Skip to content

Commit 23552c6

Browse files
committed
Switch back to my email/username
1 parent 32dc277 commit 23552c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: |
2424
cd example/build/web
2525
git init
26-
git config user.name "CI"
27-
git config user.email "flutter-ci@github.com"
26+
git config user.name "GroovinChip"
27+
git config user.email "groovinchip@github.com"
2828
git remote add secure-origin https://${{ secrets.GITHUB_TOKEN }}@github.com/GroovinChip/macos_ui.git
2929
git checkout -b gh-pages
3030
git add .

0 commit comments

Comments
 (0)