Skip to content

Commit e0c9718

Browse files
committed
fix(build-qweather-grid): grid name in actions
qweather-china-city-grids.json -> qweather-china-city-list-grid.json
1 parent a26cd5d commit e0c9718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-qweather-locations-grid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
git config user.name "github-actions[bot]"
3030
git config user.email "github-actions[bot]@users.noreply.github.com"
3131
32-
git add data/qweather-china-city-grids.json
32+
git add data/qweather-china-city-grid.json
3333
git diff --cached --quiet || git commit -m "chore: update QWeather china city grids"
3434
git push

0 commit comments

Comments
 (0)