Troubleshoot workflow

This commit is contained in:
Gabe Kangas
2021-07-12 09:13:06 -07:00
committed by GitHub
parent e84149ea50
commit 0c6378976c

View File

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