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
By default, the force parameter is not a true --force but --force-with-lease. It will cause a push to fail when attempting to overwrite a remote branch.
This situation is likely to occur when used together with action-pull-request.
[INFO] Force pushing changes
To https://github.com/toeverything/xxx
! [rejected] bot/sync -> bot/sync (stale info)
error: failed to push some refs to 'https://github.com/toeverything/xxx'
📝 Brief description
By default, the
force
parameter is not a true--force
but--force-with-lease
. It will cause a push to fail when attempting to overwrite a remote branch.This situation is likely to occur when used together with action-pull-request.
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information
The text was updated successfully, but these errors were encountered: