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 bb6c6e4 commit d9b6d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
Rscript R/fetch.R
- name: Push results
run: |
git config advice.addIgnoredFile false
git add --all *
git add .
git commit -m "Daily update"
git push -q https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:master

0 comments on commit d9b6d2d

Please sign in to comment.