Kaynağa Gözat

ci: fix format

Aiden Cline 4 ay önce
ebeveyn
işleme
3feb69e63c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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