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:
parent
c622e65318
commit
05732e8ca9
1 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,15 @@ inputs:
|
||||||
token:
|
token:
|
||||||
description: github token to clone / push with
|
description: github token to clone / push with
|
||||||
required: false
|
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:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue