From 34db45e6821ab9f5e2b38c66938f9d0db6f84306 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 8 Sep 2023 11:39:14 +0200 Subject: [PATCH] misc: Fix code format workflow. --- .github/workflows/codeformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeformat.yml b/.github/workflows/codeformat.yml index 92d80ac11..1de45ce82 100644 --- a/.github/workflows/codeformat.yml +++ b/.github/workflows/codeformat.yml @@ -27,7 +27,7 @@ jobs: with: submodules: false persist-credentials: false - repository: ${{ github.event.pull_request.head.repo.full_name }} +# repository: ${{ github.event.pull_request.head.repo.full_name }} - name: '♻ Caching dependencies' uses: actions/cache@v3.3.1