Browse Source

Fix broken workflow due to typo

pull/1182/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
e84149ea50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/javascript-packages.yaml

2
.github/workflows/javascript-packages.yaml

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

Loading…
Cancel
Save