You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
I am getting the below exception when running the action in one of my repos.
Run snyk/release-notes-preview@v1.6.1
(node:1774) UnhandledPromiseRejectionWarning: ChildProcessError: git describe --abbrev=0 --tags origin/master failed with code 128
at ChildProcess. (/home/runner/work/_actions/snyk/release-notes-preview/v1.6.1/dist/index.js:2102:23)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Socket. (internal/child_process.js:430:11)
at Socket.emit (events.js:210:5)
at Pipe. (net.js:659:12)
(node:1774) 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: 1)
(node:1774) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
I am getting the below exception when running the action in one of my repos.
Run snyk/release-notes-preview@v1.6.1
(node:1774) UnhandledPromiseRejectionWarning: ChildProcessError:
git describe --abbrev=0 --tags origin/masterfailed with code 128at ChildProcess. (/home/runner/work/_actions/snyk/release-notes-preview/v1.6.1/dist/index.js:2102:23)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Socket. (internal/child_process.js:430:11)
at Socket.emit (events.js:210:5)
at Pipe. (net.js:659:12)
(node:1774) 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: 1)
(node:1774) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.