chore: update the docs link for timeouts in the error message (#651)

This commit is contained in:
Tim Green 2025-10-01 16:18:39 +10:00 committed by GitHub
parent 7345744e41
commit a26a8bb032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ func stepExec(req *ExecutionRequest) bool {
}
req.logEntry.TimedOut = true
req.logEntry.Output += "OliveTin::timeout - this action timed out after " + fmt.Sprintf("%v", req.Binding.Action.Timeout) + " seconds. If you need more time for this action, set a longer timeout. See https://docs.olivetin.app/timeout.html for more help."
req.logEntry.Output += "OliveTin::timeout - this action timed out after " + fmt.Sprintf("%v", req.Binding.Action.Timeout) + " seconds. If you need more time for this action, set a longer timeout. See https://docs.olivetin.app/action_customization/timeouts.html for more help."
}
req.logEntry.DatetimeFinished = time.Now()