Pārlūkot izejas kodu

gh actions: add a temporary git status to the deploy-rust step

Andre Weissflog 2 gadi atpakaļ
vecāks
revīzija
f597a2bfd6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .github/workflows/gen_bindings.yml

+ 1 - 0
.github/workflows/gen_bindings.yml

@@ -357,6 +357,7 @@ jobs:
         run: |
           git config user.email "none"
           git config user.name "GH Action"
+          git status -vv
           git add -A
           git diff-index --quiet HEAD || git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.sha }})"
           echo "FIXME: GIT PUSH"