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 committed Jan 8, 2024
1 parent 4dbbf2b commit fa6eac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_legislative_support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa6eac1

Please sign in to comment.