Skip to content

Commit

Permalink
remove the committer from the add commit, so it just uses the authent…
Browse files Browse the repository at this point in the history
…icated user (#87)
  • Loading branch information
ryanrivest authored Sep 14, 2024
1 parent e8c627e commit d40317d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions prdeploy-webhooks/src/services/deploy-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,7 @@ export class DeployService {
message: `Adding ${service} to pull request build.`,
content: base64Content,
branch: pullRequest.head.ref,
sha,
committer: {
name: 'Gregg B. Jensen',
email: '[email protected]'
}
sha
});
}

Expand Down

0 comments on commit d40317d

Please sign in to comment.