Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update links.yml config (#1345)
* Update links.yml Running the workflow manually (see https://github.com/celo-org/docs/actions/runs/9679044164/job/26704145144) fails on creating a ticket because the body is too big (see peter-evans/create-issue-from-file#1049). This PR aims to reduce the amount of failures to be reported by - adding caching and a GITHUB_TOKEN as per instructions at https://lychee.cli.rs/github_action_recipes/caching/#caching-in-github-actions for speed - removing the progression indication (recommended for CI) - adding verbose logging * Add more file extensions * Remove the `base` argument * Update create-issue-from-file to v5 * Check the size of the output before creating an issue, otherwise fail the workflow
- Loading branch information