Skip to content

Commit 9cd08d1

Browse files
don't need /v2 (#159)
* don't need /v2 I have tried the first version, if I add /v2, it will return 404 error. * Update continuous-integration.yaml --------- Co-authored-by: Charles Dubois <[email protected]>
1 parent 908268c commit 9cd08d1

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)