mawesome/action.yml
2021-01-16 09:28:15 +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: 'node14'
main: 'dist/index.js'