test-devops/action.yaml

17 lines
272 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'
main: 'index.js'