From f597a2bfd69c4f940460e0011c55a09d8d4ec96e Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 29 Mar 2023 19:54:03 +0200 Subject: gh actions: add a temporary git status to the deploy-rust step --- .github/workflows/gen_bindings.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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" -- cgit v1.2.3