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 5acbb19 commit e3ba67aCopy full SHA for e3ba67a
cmd/src/actions_create.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
const actionDefinitionTemplate = `{
11
- "$schema": "https://github.com/sourcegraph/src-cli/tree/master/schema/actions.schema.json",
+ "$schema": "https://raw.githubusercontent.com/sourcegraph/src-cli/master/schema/actions.schema.json",
12
"scopeQuery": "",
13
"steps": [
14
]
0 commit comments