Skip to content

Commit

Permalink
Clean up argument passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 30, 2024
1 parent 13a5fcd commit c553f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflow-templates/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ on:
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
type: string

jobs:
link-checker:
name: Call Link Checker
uses: Andy4495/.github/.github/workflows/check-links.yml@main
with:
message: ${{ inputs.message }}
override-args: ${{ inputs.override-args }}
# Use the following to exclude certain URLs from the check. Need to include "--exclude" in the definition.
# For example, --exclude '43oh.com'
exclude:



0 comments on commit c553f12

Please sign in to comment.