Skip to content

Commit

Permalink
feat: personal mail added
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamguptadream11 committed Dec 16, 2024
1 parent e639895 commit aacf867
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ runs:
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
shell: bash

- name: Set GitHub Config
run: |
git config --global user.email "shubham.gupta@dream11.com"
git config --global user.name "shubhamguptadream11"
shell: bash

0 comments on commit aacf867

Please # to comment.