From da52449d5e04624c1db8e355f2dadd4593f9100a Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Tue, 23 Apr 2024 22:25:48 -0700 Subject: [PATCH] fix: allow empty commit --- .github/workflows/cluster-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cluster-ci.yml b/.github/workflows/cluster-ci.yml index 9c632df..88674dd 100644 --- a/.github/workflows/cluster-ci.yml +++ b/.github/workflows/cluster-ci.yml @@ -42,5 +42,5 @@ jobs: git config user.name ocfbot git add -A - git commit -m "chore: rebuild cluster repository" -m "triggered by: ${{ inputs.module_name }}" + git commit -m "chore: rebuild cluster repository" -m "triggered by: ${{ inputs.module_name }}" --allow-empty git push