Skip to content

Commit

Permalink
Merge pull request #608 from thijsvanloef/dependabot/github_actions/D…
Browse files Browse the repository at this point in the history
…avidAnson/markdownlint-cli2-action-17

Bump DavidAnson/markdownlint-cli2-action from 16 to 17
  • Loading branch information
thijsvanloef authored Sep 28, 2024
2 parents 598679a + df0aa1c commit 5660918
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint - Markdown
uses: DavidAnson/markdownlint-cli2-action@v16
uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: ".markdownlint.jsonc"
globs: "**/*.md"
Expand Down
1 change: 1 addition & 0 deletions docusaurus/docs/guides/cronjobs/automatic-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ already use the needed policy
| AUTO_UPDATE_CRON_EXPRESSION | Setting affects frequency of automatic updates. | 0 \* \* \* \* | Needs a Cron-Expression - See [Configuring Automatic Backups with Cron](https://palworld-server-docker.loef.dev/guides/backup/automated-backup) |
| AUTO_UPDATE_ENABLED | Enables automatic updates | false | true/false |
| AUTO_UPDATE_WARN_MINUTES | How long to wait to update the server, after the player were informed. (This will be ignored, if no Players are connected) | 30 | !0 |

:::tip
This image uses Supercronic for crons
see [supercronic](https://github.com/aptible/supercronic#crontab-format)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Der Beispiel-Docker-Befehl und die Docker-Compose-Datei in
| AUTO_UPDATE_CRON_EXPRESSION | Einstellung beeinflusst die Häufigkeit automatischer Updates. | 0 \* \* \* \* | Erfordert einen Cron-Ausdruck - Siehe [Konfiguration automatischer Backups mit Cron](https://palworld-server-docker.loef.dev/de/guides/backup/automated-backup) |
| AUTO_UPDATE_ENABLED | Aktiviert automatische Updates | false | true/false |
| AUTO_UPDATE_WARN_MINUTES | Wie lange gewartet werden soll, bis der Server nach dem Informieren der Spieler aktualisiert wird. (Dies wird ignoriert, wenn keine Spieler verbunden sind) | 30 | !0 |

:::tip
Dieses Image verwendet Supercronic für Cron-Jobs.
Siehe [Supercronic](https://github.com/aptible/supercronic#crontab-format)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ sidebar_position: 5
| AUTO_UPDATE_CRON_EXPRESSION | 设置影响自动更新的频率。 | 0 \* \* \* \* | 需要 Cron 表达式 - 请参见[使用 Cron 配置自动备份](https://palworld-server-docker.loef.dev/zh/guides/backup/automated-backup/) |
| AUTO_UPDATE_ENABLED | 启用自动更新 | false | true/false |
| AUTO_UPDATE_WARN_MINUTES | 在通知玩家后等待多长时间更新服务器(如果没有玩家连接,将忽略此设置) | 30 | !0 |

:::tip
这个镜像使用 Supercronic 来执行 cron 任务。
查阅 [supercronic](https://github.com/aptible/supercronic#crontab-format)
Expand Down

0 comments on commit 5660918

Please sign in to comment.