From b0d54c8a3fe19ed12b0f4332ea8472b2615f8fa1 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:40:58 +0200 Subject: [PATCH] style: prettier --- .github/workflows/blame-ignore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blame-ignore.yml b/.github/workflows/blame-ignore.yml index 1f72f534fc..06afb6b9df 100644 --- a/.github/workflows/blame-ignore.yml +++ b/.github/workflows/blame-ignore.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: ${{ env.fetch_depth }} persist-credentials: false # Needed to bypass protection rules in Push changes - + - name: Process commits and update blame ignore list run: | git log -n ${{ env.fetch_depth }} --pretty=format:"%H %s" --grep="\[blame ignore\]" > commits.txt