Allow rebasing when bundling web app
This commit is contained in:
1
.github/workflows/bundle-web.yml
vendored
1
.github/workflows/bundle-web.yml
vendored
@@ -15,5 +15,6 @@ jobs:
|
|||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
|
pull: --rebase --autostash
|
||||||
message: 'Bundle embedded web app'
|
message: 'Bundle embedded web app'
|
||||||
add: 'static/web'
|
add: 'static/web'
|
||||||
|
|||||||
Reference in New Issue
Block a user