test-devops/action.yaml
xiaohei 56f304c8ef
Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
自定义actions
2025-02-15 15:59:26 +08:00

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'