Releases: xtulnx/webhook
Releases · xtulnx/webhook
Release list
v2.8.3
Full Changelog: v2.8.1-1...v2.8.3
webhook 2.8.1-1
add new hook option keep-file-environment
keep-file-environment- Keep all submitted files. Sendingcurl -d 'pkg=@res.tar.gz'will retrieve the environment variableHOOK_FILE_PKG, which contains the file path, andHOOK_FILENAME_PKG, which contains the file name asres.tar.gz. Ifkeep-file-environmentis true, the file will be preserved after the hook is executed. By default, the corresponding file will be removed after the webhook exits.