Skip to content

Commit 78cc785

Browse files
committed
ci: fix vendor path of GitHub workflow definitions
Change-Id: Ia8e3a50a857eb1d82a34e75b65ec9f39608ce8fc Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6220 Reviewed-by: Paul Jolly <[email protected]>
1 parent c47316f commit 78cc785

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

internal/ci/ci_tool.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ command: vendorgithubschema: {
2929
}
3030
convert: exec.Run & {
3131
stdin: get.response.body
32-
cmd: "go run cuelang.org/go/cmd/cue import -f -p json -l #Workflow: jsonschema: - --outfile pkg/github.com/SchemaStore/schemastore/schemas/json/github-workflow.cue"
32+
cmd: "go run cuelang.org/go/cmd/cue import -f -p json -l #Workflow: jsonschema: - --outfile pkg/github.com/SchemaStore/schemastore/src/schemas/json/github-workflow.cue"
3333
}
3434
}

internal/ci/workflows.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ci
22

33
import (
4-
"github.com/SchemaStore/schemastore/schemas/json"
4+
"github.com/SchemaStore/schemastore/src/schemas/json"
55
encjson "encoding/json"
66
)
77

0 commit comments

Comments
 (0)