File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
with :
78
78
script : |
79
79
const endpoint = github.request.endpoint
80
- return endpoint({url: \ "/graphql\ "}).headers.accept
80
+ return endpoint({url: "/graphql"}).headers.accept
81
81
result-encoding : string
82
82
- id : previews-set-single
83
83
name : Previews set to a single value
86
86
previews : foo
87
87
script : |
88
88
const endpoint = github.request.endpoint
89
- return endpoint({url: \ "/graphql\ "}).headers.accept
89
+ return endpoint({url: "/graphql"}).headers.accept
90
90
result-encoding : string
91
91
- id : previews-set-multiple
92
92
name : Previews set to comma-separated list
95
95
previews : foo,bar,baz
96
96
script : |
97
97
const endpoint = github.request.endpoint
98
- return endpoint({url: \ "/graphql\ "}).headers.accept
98
+ return endpoint({url: "/graphql"}).headers.accept
99
99
result-encoding : string
100
100
- run : |
101
101
echo "- Validating previews default"
You can’t perform that action at this time.
0 commit comments