Skip to content

Commit ecc032f

Browse files
authored
fix(ci): automated prs should be authored by bot user (#616)
* fix(ci): automated prs should be authored by bot user * fix: PR content does not use correct tag info
1 parent 9f4d8a8 commit ecc032f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100
if: steps.update-check.outputs.match == 'true'
101101
with:
102102
path: ./repos/wbaas-deploy-staging
103-
commit-message: 'Staging+Local: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
104-
title: 'Staging+Local: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
103+
commit-message: 'Staging+Local: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
104+
title: 'Staging+Local: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
105105
branch: deploy-to-staging-${{ steps.update-values.outputs.tag }}
106106
committer: wmdebot <[email protected]>
107-
author: ${{ github.actor }} <[email protected]>
107+
author: wmdebot <[email protected]>
108108
labels: automated pr
109109
token: ${{ secrets.WBAAS_DEPLOY_TOKEN }}
110110
body: |
@@ -116,11 +116,11 @@ jobs:
116116
if: steps.update-check.outputs.match == 'true'
117117
with:
118118
path: ./repos/wbaas-deploy-production
119-
commit-message: 'Production: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
120-
title: 'Production: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
119+
commit-message: 'Production: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
120+
title: 'Production: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
121121
branch: deploy-to-production-${{ steps.update-values.outputs.tag }}
122122
committer: wmdebot <[email protected]>
123-
author: ${{ github.actor }} <[email protected]>
123+
author: wmdebot <[email protected]>
124124
labels: automated pr
125125
token: ${{ secrets.WBAAS_DEPLOY_TOKEN }}
126126
body: |

0 commit comments

Comments
 (0)