Added timeout input description to README (#441)

* Added timeout input description to README

* Changed position of timeout in action.yml and README
This commit is contained in:
benjamin
2025-07-16 15:04:02 -04:00
committed by GitHub
parent 7395c391d9
commit 7a954ab84c
2 changed files with 8 additions and 4 deletions
+4 -4
View File
@@ -59,6 +59,10 @@ inputs:
description: 'The apply command runs in the server instead of the client. If true then --server-side argument is added to the apply command.'
required: false
default: false
timeout:
description: 'Timeout for the rollout status'
required: false
default: 10m
token:
description: 'Github token'
default: ${{ github.token }}
@@ -84,10 +88,6 @@ inputs:
skip-tls-verify:
description: True if the insecure-skip-tls-verify option should be used. Input should be 'true' or 'false'.
default: false
timeout:
description: 'Timeout for the rollout status'
required: false
default: 10m
resource-type:
description: Either Microsoft.ContainerService/managedClusters or Microsoft.ContainerService/fleets'.
required: false