Skip to content

Commit

Permalink
Merge pull request #9 from xmtp-labs/snor/timeout-opt-yml-default
Browse files Browse the repository at this point in the history
Set explicit default for timeout input in action.yml
  • Loading branch information
snormore authored Feb 22, 2024
2 parents 41a9368 + 510f239 commit 0ec7104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ inputs:
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"
default: "15m"
runs:
using: "docker"
image: "Dockerfile"
Expand Down

0 comments on commit 0ec7104

Please sign in to comment.