From 2380027f4678503f81a1f3316c15d0963510e5e8 Mon Sep 17 00:00:00 2001 From: cak Date: Tue, 9 Apr 2024 06:10:18 -0400 Subject: [PATCH] no error on commit --- .github/workflows/events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/events.yml b/.github/workflows/events.yml index 2dc04a9..cb16269 100644 --- a/.github/workflows/events.yml +++ b/.github/workflows/events.yml @@ -36,5 +36,5 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git add public/ht - git commit -m "update ht events" + git commit -m "update ht events" || true git push