Skip to content

Commit

Permalink
Update update_legislation_info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Brown01 committed Nov 21, 2023
1 parent cfb91bd commit 9883150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_legislation_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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/legislations_info.json
git add "..\\public\\legislations_info.json"
git commit -m "Update legislations_info.json" || echo "No changes to commit"
git push

0 comments on commit 9883150

Please sign in to comment.