Try using ref instead of head_ref in checkout action to maybe fix fork linter failures.

This commit is contained in:
Gabe Kangas 2021-09-21 13:52:06 -07:00
parent 92c79ced92
commit 31ebe58dde

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
ref: ${{ github.ref }}
fetch-depth: 0
- name: Prettier