Skip to content

Commit

Permalink
schedule + git push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jun 21, 2020
1 parent ae639ab commit bab9c56
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '15 6 * * *'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -55,3 +58,12 @@ jobs:
git status
git diff --stat
git diff data/SR.csv
# Git commit + push, see https://github.com/github-actions-x/commit
- name: push
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
commit-message: 'Data update'
name: GURS RPE update bot

0 comments on commit bab9c56

Please sign in to comment.