mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-20 21:46:56 +00:00
fix workflow (#2238)
This commit is contained in:
parent
eefc608549
commit
d93d21ebbb
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…
Reference in New Issue
Block a user