Skip to content

Commit b40d04f

Browse files
authored
Update fetch_api_client.yaml
1 parent bc6e36b commit b40d04f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fetch_api_client.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
title: "chore(openapi): update ${{ github.event.client_payload.id }} OpenAPI document"
2323
token: "${{ env.APP_SERVICES_TOKEN }}"
24-
commit-message: "chore(openapi): update ${{ github.event.client_payload.id }} OpenAPI document"
24+
commit-message: "fix(openapi): update ${{ github.event.client_payload.id }} OpenAPI document"
2525
author: "app-services-ci <app-services-ci@users.noreply.github.com>"
26-
branch: chore/add-${{ github.event.client_payload.id }}-openapi
26+
branch: add-${{ github.event.client_payload.id }}-openapi
2727
branch-suffix: timestamp
2828
reviewers: craicoverflow, wtrocki, secondsun
2929
body: |
@@ -39,4 +39,4 @@ jobs:
3939
2. Perform manual changes if needed or apply local patches for the OpenAPI files
4040
3. Merge PR
4141
4. Merge automatically generated PR with source code when build passes
42-
6. Perform release on github with new changes
42+
6. Perform release on github with new changes

0 commit comments

Comments
 (0)