Fix removed config

This commit is contained in:
Frank Jogeleit
2020-08-04 17:09:29 +02:00
committed by GitHub
parent b63e908234
commit 3634ea0063

View File

@@ -29,6 +29,9 @@ inputs:
bearerToken: bearerToken:
description: 'Bearer Authentication Token' description: 'Bearer Authentication Token'
required: false required: false
customHeaders:
description: 'Custom HTTP Headers'
required: false
preventFailureOnNoResponse: preventFailureOnNoResponse:
description: 'Prevent this Action to fail if the request respond without an response' description: 'Prevent this Action to fail if the request respond without an response'
required: false required: false