From 41ab4d9fe1a1de8181ddcfd052ca01181a2757f4 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 15 Aug 2022 20:41:10 -0700 Subject: [PATCH] Allow rebasing when bundling web app --- .github/workflows/bundle-web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bundle-web.yml b/.github/workflows/bundle-web.yml index a1ecf75fc..44e87c3d7 100644 --- a/.github/workflows/bundle-web.yml +++ b/.github/workflows/bundle-web.yml @@ -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'