Troubleshoot workflow

This commit is contained in:
Gabe Kangas 2021-07-12 09:13:06 -07:00 committed by GitHub
parent e84149ea50
commit 0c6378976c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
# with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
# ref: ${{ github.head_ref }}
- name: Install dependencies
run: |