From 91ccfa202659f2e712da0f414e320b147e78ad9b Mon Sep 17 00:00:00 2001 From: Michael Hennings Date: Mon, 25 Sep 2023 15:02:04 +0200 Subject: [PATCH] declare 'url' and 'url_html' as action outputs --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 645467b8..ee0b64bc 100644 --- a/action.yml +++ b/action.yml @@ -89,6 +89,10 @@ outputs: description: Count of skipped tests time: description: Test execution time [ms] + url: + description: Check run URL + url_html: + description: Check run URL HTML runs: using: 'node16' main: 'dist/index.js'