We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e5db7 commit 933a522Copy full SHA for 933a522
1 file changed
src/functions/lock.js
@@ -342,9 +342,10 @@ async function checkLockOwner(
342
343
// For backward compatibility, if lockData doesn't have task, only check user
344
if (lockData.task === undefined) {
345
- core.debug(
+ core.info(
346
'Lock data has no task - using legacy ownership check (user only)'
347
)
348
+ core.info(`lockData: ${JSON.stringify(lockData)}`)
349
350
if (sameUser) {
351
core.info(
0 commit comments