Skip to content

Commit

Permalink
[generate bindings]
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jun 13, 2024
1 parent 3934153 commit aea94f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ jobs:
git config --local user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git commit -m "Update bindings [skip ci]"
- name: Push to PR branch
run: git push origin ${{ github.event.pull_request.head.sha }}
run: git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Gather the generated bindings and push them to generated_bindings branch.
# If we need to update the bindings, create a pull request from that branch.
Expand Down

0 comments on commit aea94f3

Please sign in to comment.