test-devops/action.yaml
xiaohei 97daa16fe4
Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
修复actions路径
2025-02-15 16:02:39 +08:00

17 lines
277 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: 'dist/index.js'