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:
Tor Egil Jacobsen
2019-12-14 18:06:22 +01:00
committed by Federico Grandi
parent 7a1f5ecb56
commit 3f7ee98226
4 changed files with 23 additions and 9 deletions

View File

@@ -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