useNetworkHost should be useHostNetwork in action.yml (#141)
parent
9488ba6d77
commit
19201393f1
|
@ -21,7 +21,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: 'artifacts'
|
default: 'artifacts'
|
||||||
description: 'Path where test artifacts should be stored.'
|
description: 'Path where test artifacts should be stored.'
|
||||||
useNetworkHost:
|
useHostNetwork:
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
description: 'Initialises Docker using the hosts network.'
|
description: 'Initialises Docker using the hosts network.'
|
||||||
|
|
Loading…
Reference in New Issue