Fix broken workflow due to typo

This commit is contained in:
Gabe Kangas
2021-07-12 09:04:28 -07:00
committed by GitHub
parent 5968aa49d2
commit e84149ea50

View File

@@ -13,7 +13,7 @@ jobs:
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.h ref: ${{ github.head_ref }}
- name: Install dependencies - name: Install dependencies
run: | run: |