mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Add to outputs
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
238de599ba
commit
9d31be233d
1
index.js
1
index.js
@ -9,6 +9,7 @@ try {
|
|||||||
console.log(`Hello ${nameToGreet}!`);
|
console.log(`Hello ${nameToGreet}!`);
|
||||||
const time = (new Date()).toTimeString();
|
const time = (new Date()).toTimeString();
|
||||||
|
|
||||||
|
core.setOutput("lable", label);
|
||||||
core.setOutput("time", time);
|
core.setOutput("time", time);
|
||||||
|
|
||||||
const payload = JSON.stringify(github.context.payload, undefined, 2)
|
const payload = JSON.stringify(github.context.payload, undefined, 2)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user