Skip to content

Commit

Permalink
Merge pull request #3 from nmpowell/change-commit-type-for-data
Browse files Browse the repository at this point in the history
chore: switch to chore type when adding data automatically
  • Loading branch information
nmpowell committed Aug 13, 2023
2 parents 65dadaa + 053351e commit 51cdbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scrape_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
git config user.name "Automated"
git config user.email "actions@users.noreply.github.com"
git add -A
git commit -m "Add latest data" || exit 0
git commit -m "chore: Add latest data" || exit 0
git pull --rebase
git push
2 changes: 1 addition & 1 deletion .github/workflows/wrangle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
git config user.name "Automated"
git config user.email "actions@users.noreply.github.com"
git add -A
git commit -m "Summarise data and plot" || exit 0
git commit -m "chore: Summarise data and plot" || exit 0
git pull --rebase
git push

0 comments on commit 51cdbb2

Please sign in to comment.