Skip to content

Commit

Permalink
Update deploy email
Browse files Browse the repository at this point in the history
  • Loading branch information
chulwoo-park committed Nov 23, 2020
1 parent 7e279b5 commit 74ff076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: |
cd example/build/web
git init
git config --global user.email contact@chulwoo.dev
git config --global user.email park@chulwoo.dev
git config --global user.name chulwoo.park
git status
git remote add origin https://${{secrets.commit_secret}}@github.com/chulwoo-park/timelines.git
Expand Down

0 comments on commit 74ff076

Please sign in to comment.