Skip to content

Commit 98f2973

Browse files
authored
change default url (#9)
1 parent 4a65ce1 commit 98f2973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automagicallyexecute/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from 'azure-pipelines-task-lib'
1010
import fetch from 'node-fetch'
1111

12-
const urlDefault = 'https://automagically-5vr3ysri3a-ey.a.run.app/'
12+
const urlDefault = 'https://app.octomind.dev/'
1313
const urlOverride = getInput('automagicallyUrl', false) ?? ''
1414
const automagicallyUrl = urlOverride.length === 0 ? urlDefault : urlOverride
1515
const executeUrl = `${automagicallyUrl}/api/v1/execute`

0 commit comments

Comments
 (0)