Skip to content

Commit

Permalink
add config info to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
crewalsh committed Nov 1, 2024
1 parent d51bc2d commit bada07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/get_pubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
python3 collect_pub_files.py
- name: commit updated files
run: |
git config user.email "[email protected]"
git config user.name "Catherine Walsh"
git add "_data/pub_list.csv"
git commit -m "update publication list"
git push

0 comments on commit bada07c

Please sign in to comment.