Remove checkout ref

This commit is contained in:
Gabe Kangas
2021-05-24 16:19:33 -07:00
committed by GitHub
parent 27cb170c34
commit 8437a6fb78

View File

@@ -12,8 +12,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Prettier