mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-14 02:34:52 +00:00
remove double 'v' from hls.js bump messages (#3040)
This commit is contained in:
parent
679bad7fbf
commit
6e721201ed
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…
Reference in New Issue
Block a user