From d1375241ddefc5fb3c0a45374e49a90d6235a10c Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Wed, 27 Sep 2023 15:55:19 +0200 Subject: [PATCH] Update update-to-latest-easystats.yml --- .github/workflows/update-to-latest-easystats.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-to-latest-easystats.yml b/.github/workflows/update-to-latest-easystats.yml index f929c725c..dff0afbce 100644 --- a/.github/workflows/update-to-latest-easystats.yml +++ b/.github/workflows/update-to-latest-easystats.yml @@ -37,7 +37,6 @@ jobs: run: | git status git add --all - continue-on-error: true # Continue even if there are no changes - name: Create pull request if: ${{ steps.update_description.outputs.changed }}