From 315028e81fc9cba3aa7b24d9ee36f687eb73b21e Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 16 Nov 2022 13:15:08 +0100 Subject: [PATCH] build: remove invalid default author --- .github/workflows/update-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 87c1f48..c36ef03 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -17,4 +17,4 @@ jobs: uses: EndBug/add-and-commit@v9 with: message: 'chore: update docs for ${{ github.event.client_payload.repo }} to ${{github.event.client_payload.ref}}' - default_author: ReVanced + fetch: false