diff --git a/.github/workflows/update_legislative_support.yml b/.github/workflows/update_legislative_support.yml index 5248726..486b443 100644 --- a/.github/workflows/update_legislative_support.yml +++ b/.github/workflows/update_legislative_support.yml @@ -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 \ No newline at end of file + git push