Skip to content

Commit aea2456

Browse files
committed
fix: updation of the --global flags for actions bot
Signed-off-by: Abinand P <abinand0911@gmail.com>
1 parent df2725a commit aea2456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
run: |
8383
cd gh-pages
8484
# configure committer
85-
git config user.name "github-actions[bot]"
86-
git config user.email "github-actions[bot]@users.noreply.github.com"
85+
git config --global user.name "github-actions[bot]"
86+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
8787
8888
# ensure we have the latest gh-pages branch
8989
git fetch origin gh-pages || git checkout --orphan gh-pages

0 commit comments

Comments
 (0)