浏览代码

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

Andre Weissflog 2 年之前
父节点
当前提交
f597a2bfd6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"