diff --git a/_posts/2021-10-17-github-actions-workflows-for-automatic-rebasing-and-merging.md b/_posts/2021-10-17-github-actions-workflows-for-automatic-rebasing-and-merging.md index d57cb7e..643164a 100644 --- a/_posts/2021-10-17-github-actions-workflows-for-automatic-rebasing-and-merging.md +++ b/_posts/2021-10-17-github-actions-workflows-for-automatic-rebasing-and-merging.md @@ -84,8 +84,8 @@ jobs: - name: perform merge run: | - git config --global user.email "${GITHUB_ACTOR}" - git config --global user.name "${GITHUB_ACTOR}@users.noreply.github.com" + git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" + git config --global user.name "${GITHUB_ACTOR}" git status git pull git checkout "$DEFAULT_BRANCH"