From 746a605971f8410796f33f98a0d6df6072dcb138 Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Tue, 26 Nov 2024 06:41:58 -0800 Subject: [PATCH] Update build-publish-staging.yaml (#170) --- .github/workflows/build-publish-staging.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-publish-staging.yaml b/.github/workflows/build-publish-staging.yaml index 0f3f48153..ff9655291 100644 --- a/.github/workflows/build-publish-staging.yaml +++ b/.github/workflows/build-publish-staging.yaml @@ -118,8 +118,8 @@ jobs: image: ${{ vars.REGISTRY }}/${{ vars.REGISTRY_ORG }}/${{ vars.IMG_NAME }} tag: ${{ needs.build-preview.outputs.image_version }} run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' + git config --global user.name 'otcbot' + git config --global user.email 'otc_ecosystem_squad@t-systems.com' sed -i 's|^tag: .*|tag: ${{ env.tag }}|' ./charts/docusaurus/values-stg.yaml sed -i 's|^image: .*|image: ${{ env.image }}|' ./charts/docusaurus/values-stg.yaml git commit -am "Automatic commit from GitHub Actions triggered by action #${{github.run_number}}" @@ -131,4 +131,4 @@ jobs: title: ${{ env.remote_pr_branch }} token: ${{ steps.app-token.outputs.token }} branch: ${{ env.remote_pr_branch }} - \ No newline at end of file +