From 84ad35054e2cd4fba504d0612ef09f54e4a62af9 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Wed, 8 Sep 2021 03:33:47 +0900 Subject: [PATCH] Fix: CI - github.head_ref failed #212 --- .github/workflows/format.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ec321c7..b7cd3db 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,9 +17,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - name: Prettify code uses: creyD/prettier_action@v3.3