From 6ba3932a5dff3e674c8272c47a5c40cb5bb13f56 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Fri, 9 Jan 2026 11:37:50 -0800 Subject: [PATCH] typo Signed-off-by: Meredith Lancaster --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a00a1..f42b066 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ If the `push-to-registry` option is set to true, the Action will also emit an [Artifact Metadata Storage Record](https://docs.github.com/en/rest/orgs/artifact-metadata?apiVersion=2022-11-28#create-artifact-metadata-storage-record). Storage records enrich artifact metadata by capturing storage related details, such as which registry an image is hosted on -and whether its still active on that registry. +and whether it's marked as active. If you do not want to emit a storage record, set `create-storage-record` to `false`.