feat: add support for specifying a recipe file path (#67)

This commit is contained in:
20x-dz 2023-06-22 10:37:24 +02:00 committed by GitHub
commit 26fe6d39eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -48,6 +48,11 @@ inputs:
default: ''
description: Path to local Deployer binary.
recipe:
required: false
default: ''
description: Recipe file path.
ansi:
required: false
default: 'true'