From 44822e63f493d35132a6026de6b5f1072f1f18fc Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 15 Feb 2025 11:47:37 +0100 Subject: [PATCH] chore: add git status to debug --- .github/workflows/update_icons_and_resources.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_icons_and_resources.yml b/.github/workflows/update_icons_and_resources.yml index 76c290fd..8b68bd36 100644 --- a/.github/workflows/update_icons_and_resources.yml +++ b/.github/workflows/update_icons_and_resources.yml @@ -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 }}