Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
17 lines
272 B
YAML
17 lines
272 B
YAML
name: 'test action'
|
|
description: 'my action project'
|
|
author: 'xiaohei'
|
|
|
|
inputs:
|
|
who-to-greet:
|
|
description: 'Who to greet'
|
|
required: true
|
|
default: 'World'
|
|
|
|
outputs:
|
|
time:
|
|
description: 'The time we greeted you'
|
|
|
|
runs:
|
|
using: 'node20'
|
|
main: 'index.js' |