aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-stops-data.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-stops-data.yml b/.github/workflows/update-stops-data.yml
index d22040d..fcf15a3 100644
--- a/.github/workflows/update-stops-data.yml
+++ b/.github/workflows/update-stops-data.yml
@@ -69,7 +69,7 @@ jobs:
BRANCH_NAME: ${{ steps.check_existing.outputs.branch_name }}
HAS_EXISTING: ${{ steps.check_existing.outputs.has_existing }}
run: |
- git add src/frontend/public/stops.json
+ git add src/frontend/public/stops/*.json
if git diff --staged --exit-code; then
echo "No changes to commit"