Browse Source

Allow rebasing when bundling web app

pull/2043/head
Gabe Kangas 3 years ago
parent
commit
41ab4d9fe1
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 1
      .github/workflows/bundle-web.yml

1
.github/workflows/bundle-web.yml

@ -15,5 +15,6 @@ jobs: @@ -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…
Cancel
Save