mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
added --rebase flag
This commit is contained in:
parent
c7a11c3668
commit
8778f6cb08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
ref: ${{github.event.pull_request.base.sha}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- run: |
|
||||
git pull origin ${{github.event.pull_request.head.ref}}
|
||||
git pull origin ${{github.event.pull_request.head.ref}} --rebase
|
||||
git checkout ${{github.event.pull_request.head.ref}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue