From 15fe2f8238fbfc30ecb3d29c771fa4f1fb69d1fc Mon Sep 17 00:00:00 2001 From: Johanna Ahlskog Date: Thu, 28 Sep 2023 16:44:55 +0200 Subject: [PATCH] defined output in action --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index e6d210e9..5888cb24 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,10 @@ inputs: description: 'SubscriptionId to use for the connections in the custom task.' required: true default: 'Not working' + +outputs: + readme-badges: + description: 'README badges text file' runs: using: node16