From 17ba5aa7019de9f15b0387677a49e94fd11886c1 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 16 Feb 2026 07:42:23 -0800 Subject: [PATCH] Add git diagnostics to workflow --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b6fcac..f64cf73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,8 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" + git status + git branch -a git add icalendar.plug.js if git diff --quiet --staged; then echo "No changes to commit"