From 19201393f197a53b4500391e96caf7d1319d86e3 Mon Sep 17 00:00:00 2001 From: Paul Boocock Date: Sat, 21 Aug 2021 14:06:06 +0100 Subject: [PATCH] useNetworkHost should be useHostNetwork in action.yml (#141) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 97d3e1a..99e17af 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: required: false default: 'artifacts' description: 'Path where test artifacts should be stored.' - useNetworkHost: + useHostNetwork: required: false default: false description: 'Initialises Docker using the hosts network.'