mirror of
https://github.com/pre-commit/action.git
synced 2025-11-09 03:26:56 +00:00
Add inputs for user name and email
This commit is contained in:
parent
c622e65318
commit
05732e8ca9
1 changed files with 9 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue