From e1deb08c8c73e3cc1204e9a02f3377be76403eb8 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 3 Aug 2023 19:48:27 -0700 Subject: [PATCH] chore: js lint. use autostash when rebasing --- .github/workflows/javascript-format-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javascript-format-build.yml b/.github/workflows/javascript-format-build.yml index 4cf41d2c3..3bebe79e8 100644 --- a/.github/workflows/javascript-format-build.yml +++ b/.github/workflows/javascript-format-build.yml @@ -166,5 +166,5 @@ jobs: author_email: owncast@owncast.online - run: | - git pull --rebase + git pull --rebase --autostash git push