Skip to content

Commit c245609

Browse files
committed
fix: action
1 parent 7df7eb7 commit c245609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/station-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
git config --local user.name "GitHub Action"
4747
git add resource/station.csv
4848
git diff --staged --quiet || git commit -m "chore: update station.csv from station-dev.csv [skip ci]"
49-
git push
49+
git push --force

0 commit comments

Comments
 (0)