From 5fc11e626cb2f8b3546484b371e3046f8c2638bd Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 15 Apr 2026 16:32:57 -0600 Subject: [PATCH] Remove ref option from checkout step --- .github/workflows/auto-clang-format.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-clang-format.yml b/.github/workflows/auto-clang-format.yml index a6422c14..0da73acd 100644 --- a/.github/workflows/auto-clang-format.yml +++ b/.github/workflows/auto-clang-format.yml @@ -7,8 +7,6 @@ jobs: steps: - uses: actions/checkout@v6 - with: - ref: ${{ github.head_ref }} - uses: DoozyX/clang-format-lint-action@v0.20 with: source: '.'