We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df7eb7 commit c245609Copy full SHA for c245609
.github/workflows/station-check.yml
@@ -46,4 +46,4 @@ jobs:
46
git config --local user.name "GitHub Action"
47
git add resource/station.csv
48
git diff --staged --quiet || git commit -m "chore: update station.csv from station-dev.csv [skip ci]"
49
- git push
+ git push --force
0 commit comments