From cb03919317839f3e74cfecff3a480a376e9ace77 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 20:26:51 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 0f0cdd1a0..206a5e683 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -167,6 +167,12 @@ jobs: ] max-parallel: 2 steps: + - name: Create Branch + uses: peterjgrainger/action-create-branch@v2.0.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + branch: 'bot/patch-1' - name: Checkout uses: actions/checkout@v2 with: