@@ -100,11 +100,11 @@ jobs:
100
100
if : steps.update-check.outputs.match == 'true'
101
101
with :
102
102
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 }}'
105
105
branch : deploy-to-staging-${{ steps.update-values.outputs.tag }}
106
106
committer :
wmdebot <[email protected] >
107
- author :
${{ github.actor }} <[email protected] >
107
+ author :
wmdebot <[email protected] >
108
108
labels : automated pr
109
109
token : ${{ secrets.WBAAS_DEPLOY_TOKEN }}
110
110
body : |
@@ -116,11 +116,11 @@ jobs:
116
116
if : steps.update-check.outputs.match == 'true'
117
117
with :
118
118
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 }}'
121
121
branch : deploy-to-production-${{ steps.update-values.outputs.tag }}
122
122
committer :
wmdebot <[email protected] >
123
- author :
${{ github.actor }} <[email protected] >
123
+ author :
wmdebot <[email protected] >
124
124
labels : automated pr
125
125
token : ${{ secrets.WBAAS_DEPLOY_TOKEN }}
126
126
body : |
0 commit comments