mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:28:19 +00:00
chore(deps): update dependency raviqqe/muffet to v2.10.2 in .github/workflows/website.yml (main) (#4735)
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: run http-server
|
||||
env:
|
||||
# renovate: datasource=github-releases depName=raviqqe/muffet
|
||||
MUFFET_VERSION: 2.10.1
|
||||
MUFFET_VERSION: 2.10.2
|
||||
run: |
|
||||
# install raviqqe/muffet to check for broken links.
|
||||
curl -Ls https://github.com/raviqqe/muffet/releases/download/v${MUFFET_VERSION}/muffet_linux_amd64.tar.gz | tar -xz
|
||||
|
||||
@@ -904,11 +904,13 @@ This is useful when you have many projects and want to keep the pull request cle
|
||||
Defaults to the atlantis home directory `/home/atlantis/.markdown_templates/` in `/$HOME/.markdown_templates`.
|
||||
|
||||
### `--max-comments-per-command`
|
||||
|
||||
```bash
|
||||
atlantis server --max-comments-per-command=100
|
||||
# or
|
||||
ATLANTIS_MAX_COMMENTS_PER_COMMAND=100
|
||||
```
|
||||
|
||||
Limit the number of comments published after a command is executed, to prevent spamming your VCS and Atlantis to get throttled as a result. Defaults to `100`. Set this option to `0` to disable log truncation. Note that the truncation will happen on the top of the command output, to preserve the most important parts of the output, often displayed at the end.
|
||||
|
||||
### `--parallel-apply`
|
||||
|
||||
Reference in New Issue
Block a user