diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-22 21:26:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 21:26:50 +0200 |
| commit | 87414a8f51980c0588e944b7ac0a96bf26e5e506 (patch) | |
| tree | 647d9c4f19609f062296765888c0db9fc0e9d071 /.github | |
| parent | 5d6fd75899e96826f8e8aa0c84f7f186cbc7e471 (diff) | |
Fix commit and push stuff
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-stops-data.yml | 2 |
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" |
