chuhlomin / render-template

GitHub Action to render file based on template and passed variables
Apache License 2.0
27 stars 12 forks source link

Unknown input result_path #4

Closed joenexus closed 2 years ago

joenexus commented 2 years ago

Using input result_path triggers the error below:

Unexpected input(s) 'result_path', valid inputs are ['entryPoint', 'args', 'template', 'vars']
chuhlomin commented 2 years ago

Hey, you are likely using version 1.2. I added result_path only in 1.3. See Releases. Here is an example: https://github.com/chuhlomin/actions/blob/main/deploy-gke/action.yml#L44-L49