From 7dc132bcf54833cc43ccf51f2aef012a1c760ca3 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:06:07 -0800 Subject: [PATCH] Update container registry repository description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 427788471..989c2569d 100644 --- a/action.yml +++ b/action.yml @@ -127,7 +127,7 @@ inputs: containerRegistryRepository: required: false default: 'unityci/editor' - description: 'Container registry url to pull image from. Only applicable if customImage is not set.' + description: 'Container registry and repository to pull image from. Only applicable if customImage is not set.' containerRegistryImageVersion: required: false default: '3'