Skip to content

Commit

Permalink
feat: Make private link exclusion optional (#239)
Browse files Browse the repository at this point in the history
Make private link exclusion optional
  • Loading branch information
cicdguy authored Jun 5, 2024
1 parent 1e54581 commit 3b61472
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ on:
workflow_dispatch:
workflow_call:
inputs:
additional_args:
lychee-additional-args:
description: Additional arguments to pass to lychee
required: false
type: string
default: ""
default: "--exclude-private"
package-subdirectory:
description: Subdirectory in the repository, where the R package is located.
required: false
Expand Down Expand Up @@ -82,11 +82,10 @@ jobs:
uses: lycheeverse/[email protected]
with:
args: >-
--exclude-private
--exclude "https://github.com.*.git|https://insightsengineering.github.io.*|lewagon.*|knightdave.*|.*users.noreply.github.com|lycheeverse.*"
--verbose
--no-progress
${{ inputs.additional_args }}
${{ inputs.lychee-additional-args }}
**/*.md
**/*.html
**/*.Rmd
Expand Down

0 comments on commit 3b61472

Please sign in to comment.