Skip to content

Commit

Permalink
fix: adjust GH workflow (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 12, 2023
1 parent 97949d1 commit f373e5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,23 +75,41 @@ jobs:
name: Commit the automated changes to the Node.JS SDK repository
with:
repository: gentrace-node
branch: openapi-${{ env.version }}
create_branch: true
commit_user_name: Gentrace Bot
commit_user_email: bot@gentrace.ai
commit_author: Gentrace Bot<bot@gentrace.ai>
commit_message: |
chore: updating OpenAI generated NodeJS logic to ${{ env.version }}
if: ${{ steps.release.outputs.release_created }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: "chore: updating OpenAI generated NodeJS logic to ${{ env.version }}"
branch: openapi-${{ env.version }}
base: main

- uses: stefanzweifel/git-auto-commit-action@v4
name: Commit the automated changes to the browser SDK repository
with:
repository: gentrace-browser
branch: openapi-${{ env.version }}
create_branch: true
commit_user_name: Gentrace Bot
commit_user_email: bot@gentrace.ai
commit_author: Gentrace Bot<bot@gentrace.ai>
commit_message: |
chore: updating OpenAI generated NodeJS logic to ${{ env.version }}
if: ${{ steps.release.outputs.release_created }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: "chore: updating OpenAI generated NodeJS logic to ${{ env.version }}"
branch: openapi-${{ env.version }}
base: main

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
Expand Down

0 comments on commit f373e5a

Please sign in to comment.