Custom committer support (#264)

* feat: add support for a custom committer

* chore: update build

* chore: remove redundant code

The author is correctly set by the git config (line 40)

* docs: add new feature docs

* docs(README): add example use of committer info

Closes #265
This commit is contained in:
Federico Grandi
2021-08-24 11:45:20 +02:00
committed by GitHub
parent d5067ccdaf
commit 83f497690e
6 changed files with 78 additions and 16 deletions

4
package-lock.json generated
View File

@@ -748,7 +748,6 @@
"node_modules/actions-toolkit": {
"version": "6.0.1",
"resolved": "git+ssh://git@github.com/EndBug/actions-toolkit.git#50bcf238178fb66d1448ae29b741641406e5a1a0",
"integrity": "sha512-551oLndgEeSLzp15qjwjKBUS5gPhggPhI6kMQKDEHju7Bgp1NL8l8S7I9gQtYXe8frgp75kYZPWM+NA79E/s5g==",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
@@ -3944,8 +3943,7 @@
},
"actions-toolkit": {
"version": "git+ssh://git@github.com/EndBug/actions-toolkit.git#50bcf238178fb66d1448ae29b741641406e5a1a0",
"integrity": "sha512-551oLndgEeSLzp15qjwjKBUS5gPhggPhI6kMQKDEHju7Bgp1NL8l8S7I9gQtYXe8frgp75kYZPWM+NA79E/s5g==",
"from": "actions-toolkit@github:EndBug/actions-toolkit#50bcf238178fb66d1448ae29b741641406e5a1a0",
"from": "actions-toolkit@github:EndBug/actions-toolkit#core-actions",
"requires": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",