mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Allow rebasing when bundling web app
This commit is contained in:
parent
4a25082167
commit
41ab4d9fe1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/bundle-web.yml
vendored
1
.github/workflows/bundle-web.yml
vendored
|
@ -15,5 +15,6 @@ jobs:
|
|||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
pull: --rebase --autostash
|
||||
message: 'Bundle embedded web app'
|
||||
add: 'static/web'
|
||||
|
|
Loading…
Reference in a new issue