Fix: CI - github.head_ref failed #212

This commit is contained in:
BlaCk_Void 2021-09-08 03:33:47 +09:00
parent 5f6276c406
commit 84ad35054e

View file

@ -17,9 +17,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v3.3