diff --git a/.github/workflows/link-checker-prs.yml b/.github/workflows/link-checker-prs.yml index 072100e43..35511796d 100644 --- a/.github/workflows/link-checker-prs.yml +++ b/.github/workflows/link-checker-prs.yml @@ -39,7 +39,7 @@ jobs: name: Link Checker uses: lycheeverse/lychee-action@v1.5.2 with: - args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES + args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES fail: true jobSummary: true env: diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 0e00541b8..65f8e1e06 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -26,7 +26,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.5.2 with: - args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/ + args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/ fail: true jobSummary: true env: diff --git a/patterns/1-initial/source-code-inventory.md b/patterns/1-initial/source-code-inventory.md index 266104baa..87ee3e1c8 100644 --- a/patterns/1-initial/source-code-inventory.md +++ b/patterns/1-initial/source-code-inventory.md @@ -105,7 +105,7 @@ The Source Code Strategy Assessment Framework helps teams to understand the valu ## Author(s) * [David Terol](https://github.com/dterol23) -* [Simao Williams](mailto://me@simaos.net) +* [Simao Williams](mailto:me@simaos.net) ## Acknowledgements