Skip to content

Commit

Permalink
Set explicit default for timeout input in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore committed Feb 22, 2024
1 parent 41a9368 commit 510f239
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 510f239

Please sign in to comment.