Skip to content

Commit

Permalink
changed job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Brown01 committed Nov 22, 2023
1 parent 3a77859 commit 53cc73d
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_legislative_support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
pip install -r requirements.txt # If you have dependencies
- name: Run legislation info generator script
- name: Run legislation support generator script
run: python scripts/legislative_support_generator.py scripts/legislation_votes_generator.py

- name: Commit and push if changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pip install -r requirements.txt # If you have dependencies
- name: Run legislation info generator script
- name: Run members geocoder script
run: python scripts/members_geocoder.py

- name: Commit and push if changes
Expand Down
Loading

0 comments on commit 53cc73d

Please sign in to comment.