From cd65dd97597ace29098600ed8b6ed9ccefb1e444 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Wed, 27 Sep 2023 15:58:43 +0200 Subject: [PATCH] Update update-to-latest-easystats.yml --- .github/workflows/update-to-latest-easystats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-to-latest-easystats.yml b/.github/workflows/update-to-latest-easystats.yml index dff0afbce..90f6f3fc3 100644 --- a/.github/workflows/update-to-latest-easystats.yml +++ b/.github/workflows/update-to-latest-easystats.yml @@ -39,11 +39,11 @@ jobs: git add --all - name: Create pull request - if: ${{ steps.update_description.outputs.changed }} + #if: ${{ steps.update_description.outputs.changed }} uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} - base: ${{ github.head_ref }} + base: main branch: desc-${{ github.ref_name }}-${{ github.job }} branch-suffix: timestamp delete-branch: true