workflow: add debug calls
This commit is contained in:
parent
00a448010d
commit
5c8f199fce
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user