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