Skip to content

Commit 272255e

Browse files
committed
Merge branch 'main' into Response-Convenience#110
2 parents 6e9a02b + 9cd08d1 commit 272255e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424
ref: ${{ github.event.pull_request.head.ref }}
25+
repository: ${{ github.event.pull_request.head.repo.full_name }}
2526

2627
- name: "Setup java"
2728
uses: actions/setup-java@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ After restarting your application, you should see an "aicore" entry in the `VCAP
165165

166166
- **Name**: `my-aicore`
167167
- **Type**: `HTTP`
168-
- **URL**: `[serviceurls.AI_API_URL]/v2` (append `/v2` to the URL)
168+
- **URL**: `[serviceurls.AI_API_URL]`
169169
- **Proxy Type**: `Internet`
170170
- **Authentication**: `OAuth2ClientCredentials`
171171
- **Client ID**: `[clientid]`

0 commit comments

Comments
 (0)