From 41c9f8d6236d4dcf9c2aaba646820210555fdc2c Mon Sep 17 00:00:00 2001 From: StefanSchoof <4662023+StefanSchoof@users.noreply.github.com> Date: Sun, 6 Mar 2022 09:00:59 +0100 Subject: [PATCH] Use text from readme Co-authored-by: CrazyMax --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a2605ac82..390512015 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ outputs: bake-file: description: 'Bake definiton file' json: - description: 'A JSON object composed of the generated tags and labels' + description: 'JSON output of tags and labels' runs: using: 'node12'