From 94d731ad0b15ffd2a23ecbea447152b04b9465d3 Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Tue, 7 Apr 2026 14:41:18 +0530 Subject: [PATCH 1/3] Update action.yml Signed-off-by: gurusai-voleti --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 99e6b08..80138e4 100644 --- a/action.yml +++ b/action.yml @@ -126,7 +126,7 @@ inputs: Settable fields are: `cache-control`, `content-disposition`, `content-encoding`, `content-language`, `content-type`, `custom-time`. See [the - document](https://cloud.google.com/storage/docs/gsutil/addlhelp/WorkingWithObjectMetadata#settable-fields;-field-values) + document](https://docs.cloud.google.com/storage/docs/metadata;-field-values) for details. All custom metadata fields must be prefixed with `x-goog-meta-`. required: false From 568bf3fe163948fd4e4daff28c7a76ed6364a6aa Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Tue, 7 Apr 2026 14:44:14 +0530 Subject: [PATCH 2/3] Update README.md Signed-off-by: gurusai-voleti --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d52c7e2..f87d758 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ support](https://cloud.google.com/support).** > **⚠️ WARNING!** The Node.js runtime has [known issues with unicode characters > in filepaths on Windows][nodejs-unicode-windows]. There is nothing we can do > to fix this issue in our GitHub Action. If you use unicode or special -> characters in your filenames, please use `gsutil` or `gcloud` to upload +> characters in your filenames, please use `gcloud` to upload > instead. ### For uploading a file @@ -279,7 +279,7 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f Settable fields are: `cache-control`, `content-disposition`, `content-encoding`, `content-language`, `content-type`, `custom-time`. See [the - document](https://cloud.google.com/storage/docs/gsutil/addlhelp/WorkingWithObjectMetadata#settable-fields;-field-values) + document](https://docs.cloud.google.com/storage/docs/metadata) for details. All custom metadata fields must be prefixed with `x-goog-meta-`. From fb98bf7947dd2cd891971df47e16eb570f42b80f Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Tue, 7 Apr 2026 21:04:20 +0530 Subject: [PATCH 3/3] Update action.yml Signed-off-by: gurusai-voleti --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 80138e4..1215b45 100644 --- a/action.yml +++ b/action.yml @@ -126,7 +126,7 @@ inputs: Settable fields are: `cache-control`, `content-disposition`, `content-encoding`, `content-language`, `content-type`, `custom-time`. See [the - document](https://docs.cloud.google.com/storage/docs/metadata;-field-values) + document](https://docs.cloud.google.com/storage/docs/metadata) for details. All custom metadata fields must be prefixed with `x-goog-meta-`. required: false