doc: missing end quote

This commit is contained in:
jamesread 2026-05-11 09:30:51 +01:00
parent 6c1ab3f189
commit ad05659e74
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ First, you need to give your actions an ID. This is done by adding an `id` field
---- ----
actions: actions:
- id: "server_sleep" - id: "server_sleep"
title: "Server Sleep title: "Server Sleep"
icon: ping icon: ping
shell: ssh user@server "sudo systemctl suspend" shell: ssh user@server "sudo systemctl suspend"
---- ----