Update auto-update.yml

what-a-patch-1
Aleksandr Statciuk 4 years ago
parent cbee9733c8
commit e7ffd3c151

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

Loading…
Cancel
Save