From cac3efd4fc0c85bf3344c8665c71b5b9e5358ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs?= Date: Sat, 25 May 2024 16:52:52 +0200 Subject: [PATCH] Use GHA bot user from:https://github.com/actions/checkout/issues/13#issuecomment-724415212 --- .github/workflows/pkgdown.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index b56a8bae..e5443e1e 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -51,3 +51,5 @@ jobs: clean: false branch: gh-pages folder: docs + git-config-name: github-actions[bot] + git-config-email: 41898282+github-actions[bot]@users.noreply.github.com