Skip to content

Document usage of continue-on-error for pipeline usage #24

Description

@shrink

A pipeline might derive value from the result of passed (e.g: checking if a dist directory exists in order to allow a tag to be created). The continue-on-error option enables this use-case.

- id: is-built
  continue-on-error: true
  uses: pr-mpt/actions-assert@v2
  with:
    assertion: "npm://@assertions/directory-exists"
    actual: "dist"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions