Skip to content

Commit a44ecdb

Browse files
committed
refactor: ♻️ rename getRepoUrl function
1 parent fde89aa commit a44ecdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/observability-plugin",
33
"type": "module",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"description": "Observability plugin for DSO console",
66
"exports": {
77
".": {

src/function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const upsertProject: StepCall<Project> = async (payload) => {
9595
const projectValue: ObservabilityProject = {
9696
projectName: project.slug,
9797
projectRepository: {
98-
url: await gitlabApi.getRepoUrl(observabilityRepository),
98+
url: await gitlabApi.getPublicRepoUrl(observabilityRepository),
9999
path: '.',
100100
},
101101
envs: {

0 commit comments

Comments
 (0)