mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
fix: 6356 follow-up
This commit is contained in:
parent
c010208f29
commit
7064eb9104
2
.github/workflows/merge-check.yml
vendored
2
.github/workflows/merge-check.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git fetch origin master:master
|
git fetch origin master:master
|
||||||
if [[ "${{ github.event_name }}" == "pull_request"* ]]; then
|
if [[ "${{ github.event_name }}" == "pull_request"* ]]; then
|
||||||
git fetch origin {{ github.event.pull_request.base.ref }}:base_branch
|
git fetch origin ${{ github.event.pull_request.base.ref }}:base_branch
|
||||||
git checkout base_branch
|
git checkout base_branch
|
||||||
git pull origin pull/${{ github.event.pull_request.number }}/head
|
git pull origin pull/${{ github.event.pull_request.number }}/head
|
||||||
git checkout master
|
git checkout master
|
||||||
|
Loading…
Reference in New Issue
Block a user