bugy / script-server

Web UI for your scripts with execution management
Other
1.59k stars 247 forks source link

add current audit informations in env variables to running scripts #618

Closed seb0uil closed 1 year ago

seb0uil commented 1 year ago

Simply expose audit info in env variables to running script.

I keep the #599 env variables pattern and expose audit info with _EXECUTION_AUDIT__ variables

bugy commented 1 year ago

as discussed in a ticket, this is already possible to do via parameter. So I'm closing this PR, as I don't want to have different ways to achieve the same functionality.