We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a65ce1 commit 98f2973Copy full SHA for 98f2973
automagicallyexecute/index.ts
@@ -9,7 +9,7 @@ import {
9
} from 'azure-pipelines-task-lib'
10
import fetch from 'node-fetch'
11
12
-const urlDefault = 'https://automagically-5vr3ysri3a-ey.a.run.app/'
+const urlDefault = 'https://app.octomind.dev/'
13
const urlOverride = getInput('automagicallyUrl', false) ?? ''
14
const automagicallyUrl = urlOverride.length === 0 ? urlDefault : urlOverride
15
const executeUrl = `${automagicallyUrl}/api/v1/execute`
0 commit comments