aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-03-30 18:46:03 +0200
committerAndre Weissflog <floooh@gmail.com>2023-03-30 18:46:03 +0200
commit7b35ae6479f170fd9d84bc58cdb8f7883fd3fa13 (patch)
treeead59fe9bde018e258d171ddee1be5285cad618d
parent23e3a3a5b011298161bd3b6c1506a05fc4f53ac5 (diff)
gh actions: activate the git push into sokol-rust
-rw-r--r--.github/workflows/gen_bindings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 52db0015..e4d010a3 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -360,4 +360,4 @@ jobs:
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"
+ git push