From 9d31be233dcbd88376a103febf49d517ab45280f Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Wed, 13 Sep 2023 14:55:04 +0300 Subject: [PATCH] Add to outputs Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index eb7669b..05f3d80 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,7 @@ try { console.log(`Hello ${nameToGreet}!`); const time = (new Date()).toTimeString(); + core.setOutput("lable", label); core.setOutput("time", time); const payload = JSON.stringify(github.context.payload, undefined, 2)