Skip to content

Commit

Permalink
fix(ci): node generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Oct 26, 2023
1 parent 2b67c07 commit c597393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-client-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: Open Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: openapi-${GITHUB_SHA::7}/node-client
branch: openapi/node-client
branch-suffix: short-commit-hash
delete-branch: true
commit-message: "chore(api): generate node client"
title: "[bot] Re-generate Node.js client"
Expand Down

0 comments on commit c597393

Please sign in to comment.