mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40: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
5
.github/workflows/javascript-packages.yaml
vendored
5
.github/workflows/javascript-packages.yaml
vendored
|
@ -11,7 +11,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
with:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
ref: ${{ github.h
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd build/javascript
|
||||
|
|
Loading…
Reference in a new issue