From 17ce5104350deaf8e4b9fb3daaa2c5daecd62bd1 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 5 Mar 2024 03:28:29 +0100 Subject: [PATCH] ci: Fix action --- .github/workflows/update-documentation.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index f381da1..a06e8af 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -18,4 +18,8 @@ jobs: with: message: 'chore: update docs for ${{ github.event.client_payload.repo }} to ${{github.event.client_payload.ref}}' fetch: false - default_author: ReVanced + default_author: user_info + author_name: ReVanced Bot + author_email: contact@revanced.app + committer_name: ReVanced Bot + committer_email: contact@revanced.app