From 94a9155cd00db52a620f65bae49d627c48cfe56e Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 30 Sep 2023 03:18:32 +0200 Subject: [PATCH] ci: set default author to ReVanced --- .github/workflows/update-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index c36ef03..f381da1 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -18,3 +18,4 @@ jobs: with: message: 'chore: update docs for ${{ github.event.client_payload.repo }} to ${{github.event.client_payload.ref}}' fetch: false + default_author: ReVanced