Skip to content

Commit

Permalink
fix to create and push PR
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_visier committed Jul 31, 2024
1 parent 795ef7a commit 7a786bb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ jobs:
--body "This PR created automatically after pushing changes to language-sdk repos." \
--head "${{ github.ref_name }}" \
--base "${{ env.OPENAPI_CLIENT_PR_BASE_BRANCH }}")
pr_number=$(echo "$pr_output" | grep -oP '(?<=#)\d+')
echo "pr_number=$pr_number" >> $GITHUB_OUTPUT
pr_number=$(echo "$pr_output" | grep -oE '[0-9]+$')
echo "Pull Request #$pr_number created successfully."
echo "pr_number=$pr_number" >> $GITHUB_OUTPUT
- name: Merge Pull Request
env:
Expand Down
2 changes: 1 addition & 1 deletion res/administration-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 0.1.2
version: 0.1.3
paths:
/v1/admin/capabilities:
get:
Expand Down
2 changes: 1 addition & 1 deletion res/analytic-model-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 0.1.2
version: 0.1.3
paths:
/v1/admin/calculation-concepts:
get:
Expand Down
2 changes: 1 addition & 1 deletion res/authentication-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 0.1.2
version: 0.1.3
paths:
/v1/auth/oauth2/userinfo:
get:
Expand Down
2 changes: 1 addition & 1 deletion res/data-in-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 0.1.2
version: 0.1.3
paths:
/v1/data/directloads/{draftId}/configs:
get:
Expand Down
2 changes: 1 addition & 1 deletion res/data-out-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 0.1.2
version: 0.1.3
paths:
/v1/data/query/aggregate:
post:
Expand Down

0 comments on commit 7a786bb

Please sign in to comment.