Skip to content

Commit

Permalink
Autosave the thingies
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Dec 2, 2023
1 parent b6e6bdf commit 11a9319
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/parse-and-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,12 @@ jobs:
with:
name: php-error.log
path: ./php-error.log
- name: Commit and push if the data has changed
run: |-
git config user.name "Automated"
git config user.email "actions@users.noreply.github.com"
git add -A
timestamp=$(date -u)
git commit -m "Latest data: ${timestamp}" || exit 0
git push

0 comments on commit 11a9319

Please sign in to comment.