From cf57b3fe1d4da004ecb0c3e0785eaab75a6cad8d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 07:20:34 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index d29e771a8f..ca8e802034 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -10,9 +10,13 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - ref: bot/auto-update - - name: Push Branch - run: git push -u origin bot/auto-update + ref: patch-2 + - name: Create Branch + uses: peterjgrainger/action-create-branch@v2.0.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + branch: 'bot/auto-update' format: runs-on: ubuntu-latest needs: create-branch