diff --git a/.github/workflows/sync-to-backend-repo.yml b/.github/workflows/sync-to-backend-repo.yml index 7c182ae8de8..24b3e1838ad 100644 --- a/.github/workflows/sync-to-backend-repo.yml +++ b/.github/workflows/sync-to-backend-repo.yml @@ -34,6 +34,7 @@ jobs: if [[ "${{ github.event.pull_request.merged }}" == 'true' ]]; then git commit --amend --no-edit --author="${{ github.event.pull_request.user.login }} <${{ github.event.pull_request.user.login }}@users.noreply.github.com>" git push origin main --force + echo "Git user.name: $(git config user.name)" fi # Commit with PR Title as Message