Skip to content

Commit

Permalink
workflows: Configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Dec 20, 2023
1 parent adc33ab commit 64fd0d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
npm install
npm run build
- name: Configure git
run: |
git config user.email "im.shubhamlal@gmail.com"
git config user.name "Shubham Lal"
- name: Deploy to cPanel
run: |
git add .
Expand Down

0 comments on commit 64fd0d1

Please sign in to comment.