From cf42822fa476240673b8e975dc4a1cbe12d0a287 Mon Sep 17 00:00:00 2001 From: Sergey Zhuravlev Date: Wed, 23 Oct 2024 13:35:27 +0300 Subject: [PATCH] fix: s3 region parameter description (#2527) --- .github/workflows/setup-s3cmd/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/setup-s3cmd/action.yml b/.github/workflows/setup-s3cmd/action.yml index 7a1dfd66b..f2d438fd4 100644 --- a/.github/workflows/setup-s3cmd/action.yml +++ b/.github/workflows/setup-s3cmd/action.yml @@ -7,6 +7,9 @@ inputs: s3_secret_key: description: 'Secret key for s3' required: true + s3_region: + description: 'Region for s3' + required: true runs: using: 'composite'