From b0f4e46a7d671991cfe8678ff24392973e7629e2 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:51:06 -0700 Subject: [PATCH] update --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3391968..bfdfec5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -31,5 +31,5 @@ jobs: - name: Commit and push run: | git add . - git commit --allow-empty -m "chore: update to latest ZenStack" || true + git commit -m "chore: update to latest ZenStack" || true git push || true