drone-webhook
drone-webhook copied to clipboard
Fix if header has an "=" character
A header with an "=" character got not properly submitted.
I changed the code to get the header name of the header slice and join the remaining slice items with "=" in between.