From bab9e56530e1285fce6a15e8294cc18bf945cf51 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Tue, 17 Jan 2023 06:39:08 -0500 Subject: [PATCH] Update links.yml --- .github/workflows/links.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index e0f5133..c3663a6 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,7 +15,8 @@ jobs: - name: Lychee Link Checker id: lychee uses: lycheeverse/lychee-action@v1.5.1 - args: --exclude twitter\.com + with: + args: --exclude twitter\.com env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}