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'