We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fb2ee commit 3647a96Copy full SHA for 3647a96
.github/workflows/release-pr.yaml
@@ -137,7 +137,7 @@ jobs:
137
push-to-fork: ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
138
branch: release/origin-${{env.RELEASE_VERSION}}
139
base: ${{github.event.pull_request.base.ref}}
140
- committer: GitHub <noreply@github.com>
+ committer: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
141
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
142
commit-message: "${{env.RELEASE_VERSION}}"
143
title: 'Polywrap Origin (${{env.RELEASE_VERSION}})'
0 commit comments