Remove the ref

This commit is contained in:
Lim Chee Aun 2024-09-14 18:42:49 +08:00
parent 7a4e038f90
commit 3fafdbce5b

View file

@ -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: