mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-09 11:52:02 -08:00
remove git clone --depth=0 where it is not needed (#3856)
This commit is contained in:
parent
a09b27f421
commit
cc1116f497
2 changed files with 0 additions and 4 deletions
2
.github/workflows/bump_hls_js.yml
vendored
2
.github/workflows/bump_hls_js.yml
vendored
|
|
@ -11,8 +11,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: >
|
||||
git config user.name mediamtx-bot
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -11,8 +11,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: make binaries
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue