workflow: add debug calls
This commit is contained in:
parent
00a448010d
commit
5c8f199fce
@ -49,6 +49,10 @@ jobs:
|
|||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
git status
|
||||||
|
|
||||||
|
git diff
|
||||||
|
|
||||||
git add flake.lock
|
git add flake.lock
|
||||||
git diff --quiet && echo "No changes to commit." && exit 0
|
git diff --quiet && echo "No changes to commit." && exit 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user