aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2022-06-04 11:17:25 +0200
committerAndre Weissflog <floooh@gmail.com>2022-06-04 11:17:25 +0200
commitf359897b441b904405a05eb5fa08ec8628fa6ab5 (patch)
tree2e265d590ecd707441e689cda8c20d1fa1fea07c /.github
parent3a160acec47ad3526d6f3b4662ca385f6cea41db (diff)
gen_bindings.yml: fix url in commit message
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gen_bindings.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 36f97cd7..99d8168c 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -89,7 +89,6 @@ jobs:
needs: test-zig
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
- # if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
with:
@@ -104,14 +103,13 @@ jobs:
git config user.email "none"
git config user.name "GH Action"
git add .
- git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.ref }})"
+ git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.sha }})"
git push
deploy-nim:
needs: test-nim
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
- # if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
with:
@@ -126,5 +124,5 @@ jobs:
git config user.email "none"
git config user.name "GH Action"
git add .
- git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.ref }})"
+ git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.sha }})"
git push