debug commit verification

This commit is contained in:
Peter Evans 2024-08-09 12:44:16 +00:00
parent 2668dc956a
commit 93858f721d
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@ export class GitHubHelper {
core.info(
`Created commit ${remoteCommit.sha} for local commit ${commit.sha}`
)
core.debug(`Commit verification: ${remoteCommit.verification}`)
core.debug(`Commit verified: ${remoteCommit.verification.verified}; reason: ${remoteCommit.verification.reason}`)
return remoteCommit.sha
}