summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-03-29 19:54:03 +0200
committerAndre Weissflog <floooh@gmail.com>2023-03-29 19:54:03 +0200
commitf597a2bfd69c4f940460e0011c55a09d8d4ec96e (patch)
tree3615de6c20cb1eee775abd85631e3ea8b8ff1ea6
parentf84428f4dd557fa75a7996c02525bc53b8feb09e (diff)
gh actions: add a temporary git status to the deploy-rust step
-rw-r--r--.github/workflows/gen_bindings.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 016a4c89..52db0015 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.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"