mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-10 04:11:59 -08:00
fix workflow (#2238)
This commit is contained in:
parent
eefc608549
commit
d93d21ebbb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bump-hls-js.yml
vendored
2
.github/workflows/bump-hls-js.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
const prs = await github.rest.pulls.list({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
head: 'deps/hlsjs',
|
||||
head: `${context.repo.owner}:deps/hlsjs`,
|
||||
state: 'open',
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue