useNetworkHost should be useHostNetwork in action.yml (#141)

This commit is contained in:
Paul Boocock
2021-08-21 14:06:06 +01:00
committed by GitHub
parent 9488ba6d77
commit 19201393f1

View File

@@ -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.'