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