From 42b9d6bbe53c589a6b1d4d8a7e96409900496a49 Mon Sep 17 00:00:00 2001 From: Fedor Batonogov Date: Tue, 23 Jan 2024 07:24:11 +0300 Subject: [PATCH] Updated Auto Pull Request job --- .github/workflows/PULL_REQUEST.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PULL_REQUEST.yml b/.github/workflows/PULL_REQUEST.yml index dfc071f..919e32c 100644 --- a/.github/workflows/PULL_REQUEST.yml +++ b/.github/workflows/PULL_REQUEST.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: pull-request + - name: Auto Pull Request uses: diillson/auto-pull-request@v1.0.1 with: - destination_branch: "main" + destination_branch: "main"