Fix force push command in ci/README

This commit is contained in:
Dennis Korpel 2022-05-19 18:04:06 +02:00 committed by The Dlang Bot
parent ab5c73e435
commit a8b8860cfb

View file

@ -48,7 +48,7 @@ Current branch your-branch is up to date.
If you still want to re-run the checks, you can amend your last commit and force push:
```
git commit --amend
git push origin master --force
git push --force origin your-branch
```
When an unrelated failure persists, ask a maintainer for help.