Dax Raad 2 months ago
parent
commit
68501d7799
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/format.yml

+ 1 - 0
.github/workflows/format.yml

@@ -18,6 +18,7 @@ jobs:
         uses: actions/checkout@v4
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
+          ref: ${{ github.head_ref || github.ref }}
 
       - name: Setup Bun
         uses: ./.github/actions/setup-bun