You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: update e2e test to fix gitlab push error (#1153) (#1154)
Gitlab doesn't allow pushing a branch with `refs/remotes/upstream/*`. It
failed with a `deny updating a hidden ref` error. This commit changes
the remote branch to just `upstream/main`, which is
`refs/heads/upstream/main`.
0 commit comments