Skip to content

Commit 1600a4a

Browse files
committed
debugg
1 parent c1bf7cd commit 1600a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/gokakashi-scan/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function pollScanStatus(apiHost, apiToken, scanId) {
3131
method: 'GET',
3232
headers: { 'Authorization': `Bearer ${apiToken}` }
3333
});
34-
34+
console.log(statusData)
3535
status = statusData.status;
3636
retries++;
3737

0 commit comments

Comments
 (0)