Added verbose logging
This commit is contained in:
parent
a0707c49b4
commit
ca5582c5e2
@ -83,6 +83,10 @@ export async function run(): Promise<void> {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
core.info(
|
||||||
|
`Retrieving changes between ${shaResult.previousSha} (${shaResult.targetBranch}) → ${shaResult.currentSha} (${shaResult.currentBranch})`
|
||||||
|
)
|
||||||
|
|
||||||
const filePatterns = await getFilePatterns({
|
const filePatterns = await getFilePatterns({
|
||||||
inputs
|
inputs
|
||||||
})
|
})
|
||||||
@ -374,6 +378,8 @@ export async function run(): Promise<void> {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
core.info('All Done!')
|
||||||
|
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user