Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 23, 2021
1 parent be29c3c commit 77bb2f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
run: |
bash ./data-raw/update-data.sh
- name: Commit files
run: |
git config --local user.name 'Kasia'
git config --local user.email '[email protected]'
git commit -m "Auto update of the daily data" -a
run: |
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 77bb2f2

Please sign in to comment.