"/usr/bin/git' failed with exit code 128"
See original GitHub issueAction Fails with ~
at maybeClose (internal/child_process.js:1021:16) at Socket.<anonymous> (internal/child_process.js:430:11) at Socket.emit (events.js:210:5) at Pipe.<anonymous> (net.js:659:12) (node:2675) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3) Using "angular" preset Using "chore(release): {version}" as commit message Using "Conventional Changelog Action" as git user.name Using "conventional.changelog.action@github.com" as git user.email Using "5" release count Using "./package.json" as version file Using "version" as version path Using "v" as tag prefix Using "CHANGELOG.md" as output file Using "" as config file Skipping empty releases is "enabled" Skipping the update of the version file is "disabled" Pull to make sure we have the full git history /usr/bin/git config user.name Conventional Changelog Action /usr/bin/git config user.email conventional.changelog.action@github.com /usr/bin/git remote set-url origin ***github.com/Kimba666/changelogs.git /usr/bin/git pull --unshallow --tags --ff-only fatal: not a git repository (or any of the parent directories): .git fatal: not in a git directory fatal: not in a git directory fatal: not a git repository (or any of the parent directories): .git ##[error]The process '/usr/bin/git' failed with exit code 128
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
@Kimba666 Np 😃.
A couple of points 😃
paths-ignore
to prevent the action running if only thepackage.json
orCHANGELOG.md
is changed, see example below.Hopes this helps you.