CI: Remove explicit branch ref from checkout (#25)

This commit is contained in:
Matthew Strasiotto
2022-04-29 16:13:59 -04:00
committed by GitHub
parent 54ef348009
commit 8771f63eb5
-5
View File
@@ -10,11 +10,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 }}
# This is important to fetch the changes to the previous commit
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with: