Use origin.

This commit is contained in:
Alexander Artemenko 2021-02-07 01:33:33 +03:00
parent 2f6a7970e9
commit 70623a0051

View file

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