aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-05-28 20:55:51 +0200
committerGitHub <noreply@github.com>2025-05-28 20:55:51 +0200
commit2c38ae9209483ffaf28967f2d36e32bbb938b49f (patch)
tree46db81bff939293f0267d0f2bc1b2366a9c47012 /.github
parent5ced7f916d94e86e9a7ec164bee56f9a8e3a2a3a (diff)
Fix download script
Diffstat (limited to '.github')
-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 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