workflow: add debug calls

This commit is contained in:
Julian Mutter 2025-03-22 09:16:53 +01:00
parent 00a448010d
commit 5c8f199fce

View File

@ -49,6 +49,10 @@ jobs:
- name: Commit and push changes
shell: bash
run: |
git status
git diff
git add flake.lock
git diff --quiet && echo "No changes to commit." && exit 0