Using separate upstream.

This commit is contained in:
Alexander Artemenko 2021-02-07 01:44:13 +03:00
parent 70623a0051
commit 30eab4479d

View file

@ -164,7 +164,10 @@ behaviour could be overriden by keyword argument ``:raise t``."
(cond (cond
((uiop:getenv "GITHUB_HEAD_REF") ((uiop:getenv "GITHUB_HEAD_REF")
(git "push origin HEAD:"
(git "remote add upstream "
(get-origin-to-push))
(git "push upstream HEAD:"
(uiop:getenv "GITHUB_HEAD_REF"))) (uiop:getenv "GITHUB_HEAD_REF")))
(t (t
(git "push")))) (git "push"))))