We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dff88 commit 45d8c95Copy full SHA for 45d8c95
1 file changed
.github/actions/find/src/scansContextProvider.ts
@@ -28,6 +28,7 @@ export function getScansContext() {
28
}
29
30
31
+ console.log(JSON.stringify(scansContext, null, 2))
32
return scansContext
33
34
0 commit comments