Skip to content

Commit

Permalink
add error-on-fail added to action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
the-wright-jamie committed Mar 29, 2024
1 parent d712944 commit 197c31a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ runs:
using: "node20"
main: "dist/index.js"
inputs:
error-on-fail:
description: "Fail the PR Checks if there is any issues"
required: false
default: false
repo-token:
description: "[REQUIRED] The GITHUB_TOKEN secret, which is needed to access the repository"
required: true
Expand Down

0 comments on commit 197c31a

Please sign in to comment.