Skip to content

Commit

Permalink
feat: configure git with email and name
Browse files Browse the repository at this point in the history
  • Loading branch information
tungkhanhh committed Sep 21, 2024
1 parent 1f8b92a commit 9a52dd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "Tung Khanh Ho" # Replace with your name
- name: Deploy Frontend to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 9a52dd5

Please sign in to comment.