From 0ce558f96c0d127fed85fd4ba4f3297fc30778de Mon Sep 17 00:00:00 2001 From: srinandan Date: Wed, 6 Nov 2024 20:06:26 +0000 Subject: [PATCH] bug: fixes publishing docs #578 --- .github/workflows/gen-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml index 5e8f335d..2b8d0170 100644 --- a/.github/workflows/gen-docs.yml +++ b/.github/workflows/gen-docs.yml @@ -32,7 +32,7 @@ jobs: - name: Push GH Pages run: | git config pull.rebase false - # git config --global user.name "apigeecli Publish Action" + git config --global user.name ${{ github.actor }} # git config --global user.email "apigeecli-bot@noreply.apigee.com" git pull origin main --allow-unrelated-histories