Gather information from The GitHub Event (#10)
* addind jq to dockerfile and unsing info from head commit * remove inputs * remove quotes from author information * author and email not from input - ignored files from intellij * setting author name and email if given as input * remove over-the-top echoing * Fix typos & formatting * Try to fix checks * Fix checks The new check works the opposite way
This commit is contained in:
committed by
Federico Grandi
parent
7a1f5ecb56
commit
3f7ee98226
10
action.yml
10
action.yml
@@ -3,13 +3,11 @@ description: 'Add & commit files from a path directly from GitHub Actions'
|
||||
|
||||
inputs:
|
||||
author_name:
|
||||
description: 'The name of the user that will be displayed as the author of the commit'
|
||||
required: true
|
||||
default: 'Add & Commit GitHub Action'
|
||||
description: 'The name of the user that will be displayed as the author of the commit, defaults to author name of head commit'
|
||||
required: false
|
||||
author_email:
|
||||
description: 'The email of the user that will be displayed as the author of the commit'
|
||||
required: true
|
||||
default: 'actions@github.com'
|
||||
description: 'The email of the user that will be displayed as the author of the commit, defaults to author email of head commit'
|
||||
required: false
|
||||
force:
|
||||
description: 'Whether to use the force option on git add, in order to bypass eventual gitignores'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user