浏览代码

gh actions: activate the git push into sokol-rust

Andre Weissflog 2 年之前
父节点
当前提交
7b35ae6479
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/gen_bindings.yml

+ 1 - 1
.github/workflows/gen_bindings.yml

@@ -360,4 +360,4 @@ jobs:
           git status -vv
           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"
+          git push