We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde89aa commit a44ecdbCopy full SHA for a44ecdb
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@cpn-console/observability-plugin",
3
"type": "module",
4
- "version": "1.1.5",
+ "version": "1.1.6",
5
"description": "Observability plugin for DSO console",
6
"exports": {
7
".": {
src/function.ts
@@ -95,7 +95,7 @@ export const upsertProject: StepCall<Project> = async (payload) => {
95
const projectValue: ObservabilityProject = {
96
projectName: project.slug,
97
projectRepository: {
98
- url: await gitlabApi.getRepoUrl(observabilityRepository),
+ url: await gitlabApi.getPublicRepoUrl(observabilityRepository),
99
path: '.',
100
},
101
envs: {
0 commit comments