mawesome/action.yml
2021-01-16 10:14:43 +01:00

10 lines
229 B
YAML

name: 'My Awesome list'
description: 'Generate awesome list from user starred repositories'
inputs:
github-token:
description: 'Github token'
default: ${{ github.token }}
runs:
using: 'node12'
main: 'dist/index.js'