mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-25 07:16:42 +00:00
typo
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
9d31be233d
commit
34a9746f3d
4
index.js
4
index.js
@ -5,11 +5,11 @@ const github = require('@actions/github');
|
|||||||
try {
|
try {
|
||||||
const nameToGreet = core.getInput('who-to-greet');
|
const nameToGreet = core.getInput('who-to-greet');
|
||||||
const label = core.getInput('label');
|
const label = core.getInput('label');
|
||||||
console.log(`Lable: ${label}`)
|
console.log(`Label: ${label}`)
|
||||||
console.log(`Hello ${nameToGreet}!`);
|
console.log(`Hello ${nameToGreet}!`);
|
||||||
const time = (new Date()).toTimeString();
|
const time = (new Date()).toTimeString();
|
||||||
|
|
||||||
core.setOutput("lable", label);
|
core.setOutput("label", 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