Document support for multi-line arguments

Fixes #88
This commit is contained in:
Daz DeBoer 2021-10-15 12:24:41 -06:00
parent 422726cec5
commit d1ab42cddf
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
3 changed files with 9 additions and 3 deletions

View file

@ -14,7 +14,7 @@ inputs:
description: Path to the root directory of the build
required: false
arguments:
description: Gradle command line arguments, see gradle --help
description: Gradle command line arguments (supports multi-line input)
required: false
cache-disabled:
description: When 'true', all caching is disabled. No entries will be written to or read from the cache.