Skip to content

Commit

Permalink
Change git config
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed May 2, 2021
1 parent d18c134 commit b604090
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 @@ -25,8 +25,8 @@ jobs:
run: |
cd example/build/web
git init
git config --global user.email flutter-ci@github.com
git config --global user.name CI
git config --global user.email groovinchip@github.com
git config --global user.name GroovinChip
git status
git remote add origin https://${{secrets.GH_TOKEN}}@github.com/GroovinChip/macos_ui.git
git checkout -b gh-pages
Expand Down

0 comments on commit b604090

Please sign in to comment.