Skip to content

Commit 0c950eb

Browse files
committed
add timeout to params
1 parent 02424b8 commit 0c950eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ inputs:
1515
token:
1616
description: "The access token for interacting with the re-deployment URL"
1717
required: true
18+
timeout:
19+
description: "The timeout for the re-deployment request"
20+
required: false
21+
default: 60000
1822
outputs:
1923
status_code:
2024
description: "The status code from the re-deploy HTTP request"

0 commit comments

Comments
 (0)