2
0
Эх сурвалжийг харах

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

Andre Weissflog 2 жил өмнө
parent
commit
f597a2bfd6

+ 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"