mawesome/action.yml
2021-01-22 15:33:27 +01:00

20 lines
448 B
YAML

name: 'My Awesome list'
description: 'Generate awesome list from user starred repositories'
branding:
icon: align-justify
color: yellow
inputs:
github-token:
description: 'Github token'
required: true
api-token:
description: 'Personal API Token'
required: true
github-name:
description: 'Name shown in the commit'
github-email:
description: 'Email shown in the commit'
runs:
using: 'node12'
main: 'index.js'