From 1401998124110dc0449b84353f6c97a7188e4850 Mon Sep 17 00:00:00 2001 From: Remy Gwaramadze Date: Mon, 29 Jul 2024 13:55:41 +0200 Subject: [PATCH] WIP base --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e9497705f..2f714c52e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,8 +41,8 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.GITHUB_TOKEN }} branch: update-docs + base: autogenerate-docs title: 'Update Documentation' body: 'This PR updates the documentation with the latest changes.' labels: 'documentation'