forked from External/mediamtx
fix workflow (#2237)
This commit is contained in:
parent
1e15d4995c
commit
eefc608549
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
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- if: ${{ steps.check_repo.outputs.clean != '' }}
|
||||
run: >
|
||||
&& git reset ${GITHUB_REF_NAME}
|
||||
git reset ${GITHUB_REF_NAME}
|
||||
&& git add .
|
||||
&& git commit -m "bump hls-js to v${VERSION}"
|
||||
&& git push --set-upstream origin deps/hlsjs --force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue