mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
debug commit verification
This commit is contained in:
parent
2668dc956a
commit
93858f721d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue