From ce344fc8e2f4af78b72d1ce97e16a6a65a1fd642 Mon Sep 17 00:00:00 2001 From: Allan Date: Tue, 17 Oct 2023 16:12:50 +0100 Subject: [PATCH] chore: allow empty commit to avoid workflow error --- .github/workflows/notmain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notmain.yml b/.github/workflows/notmain.yml index bdbbcd1..a93aaf4 100644 --- a/.github/workflows/notmain.yml +++ b/.github/workflows/notmain.yml @@ -26,7 +26,7 @@ jobs: git config user.email github-actions@github.com python3 build.py git add all.sas - git commit -m "chore: updating all.sas" + git commit -m "chore: updating all.sas" --allow-empty git push