fix: add repositoryUrl
in logs
This commit is contained in:
parent
ec516a34bf
commit
55be0ba2b1
4
index.js
4
index.js
@ -66,7 +66,9 @@ async function run(context, plugins) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
logger[options.dryRun ? 'warn' : 'success'](
|
logger[options.dryRun ? 'warn' : 'success'](
|
||||||
`Run automated release from branch ${ciBranch}${options.dryRun ? ' in dry-run mode' : ''}`
|
`Run automated release from branch ${ciBranch} on repository ${options.repositoryUrl}${
|
||||||
|
options.dryRun ? ' in dry-run mode' : ''
|
||||||
|
}`
|
||||||
);
|
);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user