From 906f75ce8d6bf75ce1163d61851662fef3e2b4dd Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 13 May 2025 06:45:01 +0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7a0e69df7..aa7d9fd84 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -14,8 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 2 - uses: tibdex/github-app-token@v1.8.2 if: ${{ !env.ACT }} id: create-app-token @@ -25,7 +23,6 @@ jobs: - uses: actions/checkout@v4 if: ${{ !env.ACT }} with: - fetch-depth: 2 token: ${{ steps.create-app-token.outputs.token }} - uses: actions/setup-node@v4 if: ${{ !env.ACT }} @@ -71,8 +68,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 2 - uses: tibdex/github-app-token@v1.8.2 if: ${{ !env.ACT }} id: create-app-token @@ -82,7 +77,6 @@ jobs: - uses: actions/checkout@v4 if: ${{ !env.ACT }} with: - fetch-depth: 2 token: ${{ steps.create-app-token.outputs.token }} - name: changed files id: files