diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e23bb02..49c53d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,7 +168,7 @@ jobs: documentation - name: Fail on link check error if: ${{ !cancelled() && env.lychee_exit_code != 0 && env.INPUT_FAIL_ON_ERROR == 'true' }} - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | core.setFailed('Link checker detected broken or invalid links, read attached report.')