mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #6359: fix(ci): yet another 6356 follow-up...
e646fa89f0
fix(ci): yet another 6356 follow-up (UdjinM6) Pull request description: ## Issue being fixed or feature implemented ``` From https://github.com/dashpay/dash * branch refs/pull/6348/head -> FETCH_HEAD hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: your next pull: hint: hint: git config pull.rebase false # merge hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. fatal: Need to specify how to reconcile divergent branches. ``` https://github.com/dashpay/dash/actions/runs/11506422850/job/32030325600 ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: PastaPastaPasta: Gosh, are you done yet? :D utACKe646fa89f0
Tree-SHA512: 533a2aaf73400fcb12b848d1496496667a1e7a89c17563b14f1c45c1624cff7d320563d6531d2b6b0e4b3cd638e2ff070bbd810bd88e75ce628de940b025fc12
This commit is contained in:
commit
4034794348
2
.github/workflows/merge-check.yml
vendored
2
.github/workflows/merge-check.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
if [[ "${{ github.event_name }}" == "pull_request"* ]]; then
|
||||
git fetch origin ${{ github.event.pull_request.base.ref }}:base_branch
|
||||
git checkout base_branch
|
||||
git pull origin pull/${{ github.event.pull_request.number }}/head
|
||||
git pull --rebase=false origin pull/${{ github.event.pull_request.number }}/head
|
||||
git checkout master
|
||||
git merge --ff-only base_branch
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user