useNetworkHost should be useHostNetwork in action.yml (#141)
parent
9488ba6d77
commit
19201393f1
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue