From d2cc74e01d136b2fa4cb140e4c8ef5616679fa95 Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Fri, 17 Nov 2023 13:06:34 -0800 Subject: [PATCH] make the flag optional --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ee7fc48..c2850bc 100644 --- a/action.yml +++ b/action.yml @@ -20,12 +20,12 @@ inputs: default: . required: false config-file: - description: Specify an alternative configuration file to the default .sauce/config.yml for this execution. + description: Specifies an alternative configuration file to the default .sauce/config.yml for this execution. default: .sauce/config.yml required: false region: description: Specifies the Sauce Labs data center through which tests will run. Valid values are us-west-1 or eu-central-1. - required: true + required: false concurrency: description: Controls how many suites run in parallel. required: false