-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
when I reran this action against an open PR it failed with this error message
Pushing git commit
+ git push -u origin HEAD:branch-name
To https://github.com/org/repo.git
! [rejected] HEAD -> branch-name (non-fast-forward)
error: failed to push some refs to 'https://github.com/org/repo.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
In our use case we would want this to force-update if it changes before we get it merged in the downstream repo.
It looks like this is already addressed by @jacopocarlini in #19
could we get PR that merged please?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels