adding logging to debug issue
This commit is contained in:
parent
251785b5c0
commit
c366633641
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ const oldDepsRaw = readFileSync(depsFile, { encoding: 'utf8' })
|
|||
// we get the branch name handed to us by the github action,
|
||||
// and it has all the info we need about the dependency being updated
|
||||
const branchName = process.argv[2]
|
||||
console.log('processing updates from ', branchName)
|
||||
const versionRgx = /\d+\.\d+\.\d+$/
|
||||
const dependencyVersion = branchName.match(versionRgx)[0]
|
||||
const dependency = branchName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue