Skip to content

Releases: xtulnx/webhook

v2.8.3

Choose a tag to compare

@github-actions github-actions released this 02 Jun 07:32

Full Changelog: v2.8.1-1...v2.8.3

webhook 2.8.1-1

Choose a tag to compare

@xtulnx xtulnx released this 27 Jul 08:42

add new hook option keep-file-environment

  • keep-file-environment - Keep all submitted files. Sending curl -d 'pkg=@res.tar.gz' will retrieve the environment variable HOOK_FILE_PKG, which contains the file path, and HOOK_FILENAME_PKG, which contains the file name as res.tar.gz. If keep-file-environment is true, the file will be preserved after the hook is executed. By default, the corresponding file will be removed after the webhook exits.