Skip to content

Commit

Permalink
Update data-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpiera authored Jan 1, 2024
1 parent d757cdb commit 5822e91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/data-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
with:
name: ptr-data-jsons
- name: Commit Changes
run: git commit -am "Github-Actions Data Sync"
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
git commit -am "Github-Actions Data Sync"
- name: Push changes
run: git push

0 comments on commit 5822e91

Please sign in to comment.