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 162dd37 commit 304e5b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-geojson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ 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 pull --rebase origin main || echo "No changes to rebase"
git add data/aba_alert.json data/life_needs_alert.json data/year_needs_alert.json
git commit -m "Update GeoJSON file" || echo "No changes to commit"
git push

0 comments on commit 304e5b9

Please sign in to comment.