Brian McFadden
Brian McFadden
It's the `## Redirects per input` section that I am trying to suppress. The `# Summary` and `## Errors per input` sections appear above the redirects, so I have have...
@mre - I might be doing something wrong then. I tried adding `--quiet` to the list of args for the GitHub Action and it didn't suppress the redirect output. I...
Yes, the args are overwritten. These are the args I had been using: ``` - name: Check links uses: lycheeverse/lychee-action@v2 with: args: >- --root-dir "${{ github.workspace }}" --no-progress --fallback-extensions mdx...
@mre - thanks for the feedback. Yes, it was the summary output from the lychee-action that I was talking about. Before the team fixed something with the redirects, the Markdown...
@thomas-zahner - good point about actually fixing the redirects, I hadn't thought of that. 😆 Either solution, showing redirects by default but using the quiet flag to suppress them or...