From fc53af6b252d71494fa2bcbbaf8128a28e10e814 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 21:45:08 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index e0511e7bf6..78980eb2ae 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -169,6 +169,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Install Dependencies run: npm install - name: Remove Broken Links @@ -176,7 +178,6 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - branch: bot/remove-broken-links title: '[Bot] Remove broken links' body: | This pull request is created automatically.