chore: add git status to debug

This commit is contained in:
Meier Lukas 2025-02-15 11:47:37 +01:00
parent 172d8adbcc
commit 44822e63f4
No known key found for this signature in database
GPG Key ID: DCAB7307AEA5DF44

View File

@ -39,6 +39,7 @@ jobs:
git config --global user.name "Dashboard Icons Bot"
git add png/ webp/
git commit -m "ci(github-actions): convert SVG assets to PNG and WEBP" || exit 0
git status
git pull --rebase origin ${{ github.ref_name }}
git push origin HEAD:${{ github.ref_name }}