Skip to content

Commit 730dc54

Browse files
committed
Debug
1 parent 7f7ca13 commit 730dc54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ inputs:
2323
description: 'Optional. Set a maximum time, in seconds, the request to the server can take, before being cancelled.'
2424
curl_opts:
2525
description: 'Optional (and experimental). Pass arbitrary options to the curl request.'
26+
connection:
27+
description: 'Optional. Set to true to add the "Connection: close" header to the request.'
28+
default: true
2629
verify_ssl:
2730
description: 'Optional. Set to false to disable verification of SSL certificates.'
2831
default: true

0 commit comments

Comments
 (0)