From 3634ea0063747172ea475d8dafb6596eab2a1e11 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Tue, 4 Aug 2020 17:09:29 +0200 Subject: [PATCH] Fix removed config --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index f3fe8d5..ad2dbc2 100644 --- a/action.yml +++ b/action.yml @@ -29,6 +29,9 @@ inputs: bearerToken: description: 'Bearer Authentication Token' required: false + customHeaders: + description: 'Custom HTTP Headers' + required: false preventFailureOnNoResponse: description: 'Prevent this Action to fail if the request respond without an response' required: false