Browse Source

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

pull/1886/head
Gabe Kangas 5 years ago
parent
commit
31ebe58dde
  1. 2
      web/.github/workflows/linter.yml

2
web/.github/workflows/linter.yml

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

Loading…
Cancel
Save