From 50f6c7b214baf0d0736786db4d44ae295372f434 Mon Sep 17 00:00:00 2001 From: Erik Brown <57164699+Erik-Brown01@users.noreply.github.com> Date: Fri, 3 May 2024 12:35:53 -0400 Subject: [PATCH] Update update_legislative_support.yml --- .github/workflows/update_legislative_support.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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