diff --git a/.github/workflows/update_legislative_support.yml b/.github/workflows/update_legislative_support.yml index 35c60df..51236ca 100644 --- a/.github/workflows/update_legislative_support.yml +++ b/.github/workflows/update_legislative_support.yml @@ -35,6 +35,6 @@ 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 add 'public/assembly.geo.json' 'public/senate.geo.json' "public/legislations_votes.json" + 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