Skip to content

Commit

Permalink
Update update-geojson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabevrudy authored Jan 13, 2025
1 parent 86331f7 commit 162dd37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-geojson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
# Commit the updated file to the repository
- name: Commit and push changes
run: |
git pull
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git add data/aba_alert.json
git add data/life_needs_alert.json
git add data/year_needs_alert.json
git commit -m "Update GeoJSON file" || echo "No changes to commit"
git push

0 comments on commit 162dd37

Please sign in to comment.