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
Under some unexpected circumstances, the information used to determine the ref for the base of the comparison might be
missing, which would result in an empty definition for the ref. Since the `actions/checkout` action defaults to checking
out the tip of the default branch, this would not be reported and would result in spurious results. Better will be to
cause the relevant workflow step to fail with a helpful error message.
0 commit comments