Skip to content

Commit e748071

Browse files
committed
🔊 log commit-headless push output
1 parent ee2e36d commit e748071

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/lib/gitUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export function pushSignedCommit(branch: string): void {
9090
using token = getGithubCommitToken()
9191
command`commit-headless push -T DataDog/browser-sdk --branch ${branch} --create-branch --head-sha ${headSha} --reset`
9292
.withEnvironment({ GITHUB_TOKEN: token.value })
93+
.withLogs()
9394
.run()
9495
command`git branch --set-upstream-to=origin/${branch} ${branch}`.run()
9596
}

0 commit comments

Comments
 (0)