Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom committed Aug 6, 2024
1 parent 9825ebd commit ca88aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Commit and push if there are changes
run: |
git add /data/*
git add data/*
git commit -m "Add/update Vantage6 result" || exit 0 # Exit gracefully if no changes
git push
Expand Down

0 comments on commit ca88aab

Please sign in to comment.