Skip to content

Commit

Permalink
edit commit code
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 23, 2021
1 parent 81194ea commit be29c3c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
bash ./data-raw/update-data.sh
- name: Commit files
run: |
git config --global user.name 'Kasia'
git config --global user.email '[email protected]'
git add data/*
git commit -m "Auto update of the daily data"
git config --local user.name 'Kasia'
git config --local user.email '[email protected]'
git commit -m "Auto update of the daily data" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit be29c3c

Please sign in to comment.