Skip to content

Commit

Permalink
change update conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuailevy committed Jun 20, 2024
1 parent 4e63d74 commit ee5fca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Push
run: |
if [[($(git status merged_data.tsv --porcelain | wc -c) -ne 0)]]; then
if [[($(git status --porcelain | wc -c) -ne 0)]]; then
git add --all
git commit -m "automated core data update"
git push origin main
Expand Down

0 comments on commit ee5fca5

Please sign in to comment.