From b6e0b25ab26150eabb94889366f0b1c03b5cc128 Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Mon, 9 Jan 2023 16:20:45 -0500 Subject: [PATCH] try issue update --- .github/workflows/lychee.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 102f0c7..bf85e19 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - + - name: Link Checker uses: lycheeverse/lychee-action@master #env: @@ -20,9 +20,8 @@ jobs: args: --verbose --max-retries 4 --no-progress '**/*.md' - name: Create Issue From File - uses: peter-evans/create-issue-from-file@v2 + uses: peter-evans/create-issue-from-file@v4 with: title: Link Checker Report content-filepath: ./lychee/out.md labels: report, automated issue -