diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-03-30 18:46:03 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-03-30 18:46:03 +0200 |
| commit | 7b35ae6479f170fd9d84bc58cdb8f7883fd3fa13 (patch) | |
| tree | ead59fe9bde018e258d171ddee1be5285cad618d | |
| parent | 23e3a3a5b011298161bd3b6c1506a05fc4f53ac5 (diff) | |
gh actions: activate the git push into sokol-rust
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
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 |