Version of the Action
v4.1.5
Describe the bug
After upgrading to latest version of the Action, I'm getting an error about needing to define my identity:
[master 9f54f5b] 2020.4.26
Author: piranna <[email protected]>
4 files changed, 22 insertions(+), 6 deletions(-)
INPUT_TAGGING_MESSAGE: 2020.4.26
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@fv-az16.rubf4iz3or0uhhn53zl4cow15h.bx.internal.cloudapp.net>) not allowed
Error: Invalid status code: 128
at ChildProcess.<anonymous> (/home/runner/work/_actions/stefanzweifel/git-auto-commit-action/v4.1.5/index.js:17:19)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) {
code: 128
}
Error: Invalid status code: 128
at ChildProcess.<anonymous> (/home/runner/work/_actions/stefanzweifel/git-auto-commit-action/v4.1.5/index.js:17:19)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
You can find my workflow at https://github.com/projectlint/OS-lifecycle/blob/master/.github/workflows/nightly.yml and full Action execution at https://github.com/projectlint/OS-lifecycle/runs/625667062
Version of the Action
v4.1.5Describe the bug
After upgrading to latest version of the Action, I'm getting an error about needing to define my identity:
You can find my workflow at https://github.com/projectlint/OS-lifecycle/blob/master/.github/workflows/nightly.yml and full Action execution at https://github.com/projectlint/OS-lifecycle/runs/625667062