From 765f0bf4ccb965818e565fa2ae1a52cfa09fa738 Mon Sep 17 00:00:00 2001 From: Callum Morris Date: Mon, 5 Aug 2024 11:00:46 +1200 Subject: [PATCH] docs: reflect how s3-bucket param is used in docs --- .github/workflows/reusable-copy-to-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-copy-to-s3.yml b/.github/workflows/reusable-copy-to-s3.yml index 166f857..c3e6f54 100644 --- a/.github/workflows/reusable-copy-to-s3.yml +++ b/.github/workflows/reusable-copy-to-s3.yml @@ -57,7 +57,7 @@ on: type: string required: true description: | - the AWS S3 bucket to use + the AWS S3 bucket URI to use jobs: copy-to-s3: runs-on: ubuntu-latest