blob: 941ec1df1bc81b228a4b491088ea1eaca4922c65 [file] [log] [blame]
name: pre-commit
description: run pre-commit and optionally commit back to the pull request
inputs:
token:
description: github token to clone / push with
required: false
runs:
using: 'node12'
main: 'dist/index.js'