From bcf434c2ef8fc4a2b97f2ff79fea8782a2b60e4e Mon Sep 17 00:00:00 2001 From: Vitaliy Stoliarov Date: Tue, 23 Apr 2024 21:37:58 +0300 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5742da5..79a09d9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -86,7 +86,6 @@ jobs: EOF - name: Create Pull Request id: pr - if: steps.check.outputs.result == 'true' uses: peter-evans/create-pull-request@v6 with: token: ${{ steps.generate_token.outputs.token }} @@ -97,6 +96,5 @@ jobs: body: "Bulk Rete CLI update" reviewers: Ni55aN - name: Add summary - if: steps.check.outputs.result == 'true' run: | echo "📰 ${{ steps.pr.outputs.pull-request-url }}" >> $GITHUB_STEP_SUMMARY