ソースを参照

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