diff --git a/.github/workflows/cd_pipeline.yml b/.github/workflows/cd_pipeline.yml index bf55a80..8850146 100644 --- a/.github/workflows/cd_pipeline.yml +++ b/.github/workflows/cd_pipeline.yml @@ -77,8 +77,8 @@ jobs: - name: Configure git 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 'github-merge-queue[bot]' + git config --global user.email 'github-merge-queue[bot]@users.noreply.github.com' - name: Clone GitHub Pages repository env: