project-version-check/action.yml
Shakar Bakr 1171d06e70
Build index.js with @vercel/ncc
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2023-09-19 16:57:09 +03:00

21 lines
491 B
YAML

name: "Hello World"
description: "Greet someone and record the time"
inputs:
label:
description: "Optional label"
required: false
filePath:
description: "File path of the project info (e.g: package.json) relative to the root directory of the repository."
required: false
githubToken:
description: GitHub repository token
required: true
outputs:
time: # id of output
description: "The time we greeted you"
runs:
using: "node20"
main: "dist/index.js"