Skip to content

Commit

Permalink
add authorization user email and name
Browse files Browse the repository at this point in the history
  • Loading branch information
TegveerG committed Mar 11, 2024
1 parent 9b08cbe commit 985fbee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/monthly_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: git status
- name: stage changed files
run: git add .
- name: authorise git user.email
run: git config user.email "tegveerg@bu.edu"
- name: authorise git user.name
run: git config user.name "TegveerG"
- name: commit changed files
run: git commit -m "Auto updating csv's"
- name: fetch from master
Expand Down

0 comments on commit 985fbee

Please sign in to comment.