Skip to content

Commit 933a522

Browse files
committed
Fixup
1 parent 25e5db7 commit 933a522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/functions/lock.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,10 @@ async function checkLockOwner(
342342

343343
// For backward compatibility, if lockData doesn't have task, only check user
344344
if (lockData.task === undefined) {
345-
core.debug(
345+
core.info(
346346
'Lock data has no task - using legacy ownership check (user only)'
347347
)
348+
core.info(`lockData: ${JSON.stringify(lockData)}`)
348349

349350
if (sameUser) {
350351
core.info(

0 commit comments

Comments
 (0)