Skip to content

Commit

Permalink
Add timeout support to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore committed Feb 22, 2024
1 parent ac24427 commit 4db5206
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ inputs:
description: "Require the value specified in `variable-value` to have the supplied prefix"
run-title-override:
description: "The title of the terraform run. If not specified, defaults to latest commit message"
timeout:
description: "The timeout for the terraform run. If not specified, defaults to 15 minutes"
runs:
using: "docker"
image: "Dockerfile"
Expand All @@ -34,3 +36,4 @@ runs:
TERRAFORM_VARIABLE_VALUE: ${{ inputs.variable-value }}
VARIABLE_VALUE_REQUIRED_PREFIX: ${{ inputs.variable-value-required-prefix }}
TERRAFORM_RUN_TITLE: ${{ inputs.run-title-override }}
TIMEOUT: ${{ inputs.timeout }}

0 comments on commit 4db5206

Please sign in to comment.