Skip to content

Commit

Permalink
Update update_legislative_support.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Brown01 authored May 3, 2024
1 parent 5b5535a commit 50f6c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_legislative_support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
# Git commands to add, commit, and push
git pull
git add 'public/assembly.geo.json' 'public/senate.geo.json' 'public/legislations_votes.json'
git commit -m "Update legislative support jsons" || echo "No changes to commit"
git push
git push

0 comments on commit 50f6c7b

Please sign in to comment.