Skip to content

Commit e3ba67a

Browse files
authored
Fix action create schema url (#192)
1 parent 5acbb19 commit e3ba67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/actions_create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const actionDefinitionTemplate = `{
11-
"$schema": "https://github.com/sourcegraph/src-cli/tree/master/schema/actions.schema.json",
11+
"$schema": "https://raw.githubusercontent.com/sourcegraph/src-cli/master/schema/actions.schema.json",
1212
"scopeQuery": "",
1313
"steps": [
1414
]

0 commit comments

Comments
 (0)