drone-webhook icon indicating copy to clipboard operation
drone-webhook copied to clipboard

Fix if header has an "=" character

Open dpolakovics opened this issue 2 years ago • 0 comments

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.

dpolakovics avatar May 09 '23 17:05 dpolakovics