test-devops/action.yaml

17 lines
277 B
YAML
Raw Normal View History

2025-02-15 15:59:26 +08:00
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'
2025-02-15 16:02:39 +08:00
main: 'dist/index.js'