From 3fafdbce5b9bcccf57ec29d207b0809cb9360cd7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 14 Sep 2024 18:42:49 +0800 Subject: [PATCH] Remove the ref --- .github/workflows/prettier-pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/prettier-pr.yml b/.github/workflows/prettier-pr.yml index 3186681d..12c1baef 100644 --- a/.github/workflows/prettier-pr.yml +++ b/.github/workflows/prettier-pr.yml @@ -9,8 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} # Need node to install prettier plugin(s) - uses: actions/setup-node@v4 with: