Add git diagnostics to workflow
Some checks failed
Build SilverBullet Plug / build (push) Failing after 13s

This commit is contained in:
2026-02-16 07:42:23 -08:00
parent b8497c09d3
commit 17ba5aa701

View File

@@ -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"