mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Update javascript-packages.yaml
This commit is contained in:
parent
35ced92a84
commit
76e90df1f3
1 changed files with 4 additions and 1 deletions
3
.github/workflows/javascript-packages.yaml
vendored
3
.github/workflows/javascript-packages.yaml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# Make sure the actual branch is checked out when running on pull requests
|
||||||
|
ref: ${{ github.h
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue