mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Troubleshoot workflow
This commit is contained in:
parent
e84149ea50
commit
0c6378976c
4
.github/workflows/javascript-packages.yaml
vendored
4
.github/workflows/javascript-packages.yaml
vendored
@ -11,9 +11,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# with:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
ref: ${{ github.head_ref }}
|
||||
# ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user