Add to outputs

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-13 14:55:04 +03:00
parent 238de599ba
commit 9d31be233d
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -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)