From c0a36cc204b7f229087cf6bb0f1c8f272f24ef6e Mon Sep 17 00:00:00 2001 From: Evo <85353424+EvolutionX-10@users.noreply.github.com> Date: Sat, 26 Aug 2023 09:48:54 +0530 Subject: [PATCH] chore: update continuous-delivery.yml --- .github/workflows/continuous-delivery.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index e71e8f5..fbcb360 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -30,7 +30,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v5-beta + uses: peter-evans/create-pull-request@v5 with: commit-message: "chore: update JavaScript plugins" branch: js @@ -45,4 +45,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} - merge-method: squash \ No newline at end of file + merge-method: squash