Use origin.
This commit is contained in:
parent
2f6a7970e9
commit
70623a0051
1 changed files with 1 additions and 1 deletions
2
.github/actions/build-docs/upload.ros
vendored
2
.github/actions/build-docs/upload.ros
vendored
|
@ -164,7 +164,7 @@ behaviour could be overriden by keyword argument ``:raise t``."
|
|||
|
||||
(cond
|
||||
((uiop:getenv "GITHUB_HEAD_REF")
|
||||
(git "push HEAD:"
|
||||
(git "push origin HEAD:"
|
||||
(uiop:getenv "GITHUB_HEAD_REF")))
|
||||
(t
|
||||
(git "push"))))
|
||||
|
|
Loading…
Reference in a new issue