Class FailedToFindBaseError

An error which indicates that no base branch was able to be detected. This means one of the following:

  • You need to checkout with more depth in your GitHub action
  • You need to manually provide a ref

Hierarchy

  • Error
    • FailedToFindBaseError

Constructors

Properties

Constructors

Properties

name: string = 'FailedToFindBaseBranchError'