We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02424b8 commit 0c950ebCopy full SHA for 0c950eb
action.yml
@@ -15,6 +15,10 @@ inputs:
15
token:
16
description: "The access token for interacting with the re-deployment URL"
17
required: true
18
+ timeout:
19
+ description: "The timeout for the re-deployment request"
20
+ required: false
21
+ default: 60000
22
outputs:
23
status_code:
24
description: "The status code from the re-deploy HTTP request"
0 commit comments