Skip to content

Commit

Permalink
Add override-args to workflow-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 29, 2024
1 parent c66d90a commit 5f08042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ on:
description: Message to display in job summary
required: false
type: string
override-args:
description: Override default arguments (see https://github.com/lycheeverse/lychee#commandline-parameters)
required: false
type: string
exclude:
description: URLs excluded from checking (need to include '--exclude' option text in string if using)
required: false
Expand Down

0 comments on commit 5f08042

Please sign in to comment.