From ff9488170753eaa26f5e563784d8950e6073f18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliz=C3=A9=20Debray?= Date: Wed, 16 Oct 2024 18:04:45 +0200 Subject: [PATCH] Update create-token-pr.yaml --- .github/workflows/create-token-pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-token-pr.yaml b/.github/workflows/create-token-pr.yaml index a8835aadb6..3e88b57673 100644 --- a/.github/workflows/create-token-pr.yaml +++ b/.github/workflows/create-token-pr.yaml @@ -40,6 +40,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ steps.pr-branch.outputs.name }} + clean: false - name: Update PR Branch if: steps.pr-branch.outputs.exists == 'true'