Skip to content

Commit

Permalink
Switch back to my email/username
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed May 2, 2021
1 parent 32dc277 commit 23552c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
cd example/build/web
git init
git config user.name "CI"
git config user.email "flutter-ci@github.com"
git config user.name "GroovinChip"
git config user.email "groovinchip@github.com"
git remote add secure-origin https://${{ secrets.GITHUB_TOKEN }}@github.com/GroovinChip/macos_ui.git
git checkout -b gh-pages
git add .
Expand Down

0 comments on commit 23552c6

Please sign in to comment.