From 0b2bd8720d51e742174166a1a034c8882503cb7d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 2 Aug 2021 04:18:18 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 79f12fb6f5..6980b02f7c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -10,7 +10,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Create Branch - run: git branch bot/auto-update && git push + uses: peterjgrainger/action-create-branch@v2.0.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + branch: 'bot/auto-update' remove-duplicates: runs-on: ubuntu-latest needs: create-branch