File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ language: {
3
3
version : " v0.9.0 "
4
4
}
5
5
deps : {
6
- " github.com/cue-tmp/jsonschema-pub/exp3 /githubactions@v0" : {
7
- v : " v0.2 .0 "
6
+ " cue.dev/x /githubactions@v0" : {
7
+ v : " v0.0 .0 "
8
8
default : true
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package base
5
5
import (
6
6
" encoding/json "
7
7
" strings "
8
- " github.com/cue-tmp/jsonschema-pub/exp3 /githubactions"
8
+ " cue.dev/x /githubactions"
9
9
)
10
10
11
11
// trybotWorkflows is a template for trybot-based repos
Original file line number Diff line number Diff line change 7
7
" list "
8
8
" strings "
9
9
" strconv "
10
- " github.com/cue-tmp/jsonschema-pub/exp3 /githubactions"
10
+ " cue.dev/x /githubactions"
11
11
)
12
12
13
13
bashWorkflow : githubactions .#Workflow & {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ package gerrithub
25
25
import (
26
26
" path "
27
27
" strings "
28
- " github.com/cue-tmp/jsonschema-pub/exp3 /githubactions"
28
+ " cue.dev/x /githubactions"
29
29
)
30
30
31
31
#repositoryURL : string
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
" list "
19
19
" strings "
20
20
" strconv "
21
- " github.com/cue-tmp/jsonschema-pub/exp3 /githubactions"
21
+ " cue.dev/x /githubactions"
22
22
23
23
" github.com/cue-lang/cuelang.org/internal/ci/netlify "
24
24
)
Original file line number Diff line number Diff line change 16
16
package github
17
17
18
18
import (
19
- " github.com/cue-tmp/jsonschema-pub/exp3 /githubactions"
19
+ " cue.dev/x /githubactions"
20
20
)
21
21
22
22
// Note: the name of the workflows (and hence the corresponding .yml filenames)
You can’t perform that action at this time.
0 commit comments