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

pull/143/head
Paul Boocock 2021-08-21 14:06:06 +01:00 committed by GitHub
parent 9488ba6d77
commit 19201393f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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