Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree authored Sep 3, 2021
1 parent 86ac16c commit bb6c6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
Rscript R/fetch.R
- name: Push results
run: |
git config advice.addIgnoredFile false
git add --all *
git commit -m "Daily update"
git push -q https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:master
Expand Down

0 comments on commit bb6c6e4

Please sign in to comment.