From e6027304a22fb55815b16e6f56228c544e9186a7 Mon Sep 17 00:00:00 2001 From: Mike Cunneen Date: Thu, 21 Aug 2025 20:35:39 +0800 Subject: [PATCH] fix: :green_heart: GH actions: handle "nothing to commit" --- .github/workflows/extract-refstyle-badges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extract-refstyle-badges.yml b/.github/workflows/extract-refstyle-badges.yml index befd058..2724f13 100644 --- a/.github/workflows/extract-refstyle-badges.yml +++ b/.github/workflows/extract-refstyle-badges.yml @@ -25,6 +25,6 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add ${{github.workspace}}/docs/REFERENCE_STYLE.md - git commit -m "docs: 📝 update reference-style table" + git commit -m "docs: 📝 update reference-style table" || echo "skipped commit" git status -s git push