5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-09 11:36:55 +00:00

Add inputs for user name and email

This commit is contained in:
nitrocode 2021-08-31 15:40:47 -04:00 committed by GitHub
parent c622e65318
commit 05732e8ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,15 @@ inputs:
token:
description: github token to clone / push with
required: false
git_user_name:
description: github user name to push with
required: false
default: 'pre-commit'
git_user_email:
description: github user email to push with
required: false
default: 'pre-commit@example.com'
runs:
using: 'node12'
main: 'dist/index.js'