Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-08-02 04:18:18 +03:00
parent a79edce7b1
commit 0b2bd8720d
1 changed files with 5 additions and 1 deletions

View File

@ -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