feat: Triggered actions get previous action args #607 (#611)

This commit is contained in:
James Read 2025-06-22 23:08:07 +01:00 committed by GitHub
parent 433456986d
commit 1970311ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -659,6 +659,7 @@ func triggerLoop(req *ExecutionRequest) {
TrackingID: uuid.NewString(),
Tags: []string{"trigger"},
AuthenticatedUser: req.AuthenticatedUser,
Arguments: req.Arguments,
Cfg: req.Cfg,
}