We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b103ba0 + 550a067 commit 7cfbc94Copy full SHA for 7cfbc94
1 file changed
.github/workflows/merge.yml
@@ -154,6 +154,8 @@ jobs:
154
env:
155
GIT_AUTHOR_NAME: "GitHub Actions Bot"
156
GIT_AUTHOR_EMAIL: "github-actions[bot]@users.noreply.github.com"
157
+ GIT_COMMITTER_NAME: "GitHub Actions Bot"
158
+ GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
159
GH_USERNAME: ${{ github.actor }}
160
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
161
GRGIT_USER: ${{ github.actor }}
0 commit comments