Files
github-repository-stats-action/action.yml
2023-06-23 16:23:00 +02:00

14 lines
315 B
YAML

name: 'GitHub repository statistics'
description: 'Greet someone and record the time'
inputs:
who-to-greet: # id of input
description: 'Who to greet'
required: true
default: 'World'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node16'
main: 'index.js'