doc: shellAfterCompleted should use `output`, not `stdout` [skip ci]

This commit is contained in:
jamesread 2024-09-02 21:07:18 +01:00 committed by James Read
parent fa20f6a63a
commit d4bd7dd586
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ actions:
# runs for too long.
- title: Run backup script
shell: /opt/backupScript.sh
shellAfterCompleted: "apprise -t 'Notification: Backup script completed' -b 'The backup script completed with code {{ exitCode}}. The log is: \n {{ stdout }} '"
shellAfterCompleted: "apprise -t 'Notification: Backup script completed' -b 'The backup script completed with code {{ exitCode}}. The log is: \n {{ output }} '"
maxConcurrent: 1
timeout: 10
icon: backup