Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Apr 25, 2024
1 parent e52f6c9 commit dc0254e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ inputs:
description: "Enable debug output in action (set -x). Helpful for troubleshooting."
default: false
required: false
failIfEmpty:
description: "fail entire pipeline if no links were found"
default: true
required: false
fail:
description: "Fail entire pipeline on error (i.e. when lychee exit code is not 0)"
default: false
Expand All @@ -29,13 +33,6 @@ inputs:
description: "Summary output file path"
default: "lychee/out.md"
required: false
failIfEmpty:
description: "fail entire pipeline if no links were found"
default: true
required: false
fail:
description: "fail entire pipeline on error (exit code not 0)"
default: false
token:
description: 'Your GitHub Access Token, defaults to: {{ github.token }}'
default: ${{ github.token }}
Expand Down

0 comments on commit dc0254e

Please sign in to comment.