diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-28 20:55:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 20:55:51 +0200 |
| commit | 2c38ae9209483ffaf28967f2d36e32bbb938b49f (patch) | |
| tree | 46db81bff939293f0267d0f2bc1b2366a9c47012 /.github/workflows/update-stops-data.yml | |
| parent | 5ced7f916d94e86e9a7ec164bee56f9a8e3a2a3a (diff) | |
Fix download script
Diffstat (limited to '.github/workflows/update-stops-data.yml')
| -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 5a1ace3..6f17ed1 100644 --- a/.github/workflows/update-stops-data.yml +++ b/.github/workflows/update-stops-data.yml @@ -23,7 +23,7 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add public/stops.json + git add src/frontend/public/stops.json if git diff --staged --exit-code; then echo "No changes to commit" echo "changes_made=false" >> $GITHUB_OUTPUT |
