Skip to content

Action fails even if fail_on_error is false #89

@jeromecambon

Description

@jeromecambon

I'm giving the vale-action the following parameters:

  • fail_on_error: false
  • vale_flags: "--no-exit"

However, I still have the action to fail if reviewdog fails:

/bin/reviewdog -f=rdjsonl -name=vale -reporter=github-pr-check -fail-on-error=false -filter-mode=added -level=info
...
Error: reviewdog: Too many results (annotations) in diff.
  You may miss some annotations due to GitHub limitation for annotation created by logging command.
  Please check GitHub Actions log console to see all results.
...
Error: reviewdog exited with status code: 1

Whatever reviewdog is returning, Vale action should not fail if fail_on_error is false.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions