mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 20:41:59 -08:00
remove double 'v' from hls.js bump messages (#3040)
This commit is contained in:
parent
679bad7fbf
commit
6e721201ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bump_hls_js.yml
vendored
4
.github/workflows/bump_hls_js.yml
vendored
|
|
@ -53,13 +53,13 @@ jobs:
|
|||
repo: context.repo.repo,
|
||||
head: 'deps/hlsjs',
|
||||
base: context.ref.slice('refs/heads/'.length),
|
||||
title: `bump hls-js to v${process.env.VERSION}`,
|
||||
title: `bump hls-js to ${process.env.VERSION}`,
|
||||
});
|
||||
} else {
|
||||
github.rest.pulls.update({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
pull_number: prs.data[0].number,
|
||||
title: `bump hls-js to v${process.env.VERSION}`,
|
||||
title: `bump hls-js to ${process.env.VERSION}`,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue