File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777with :
7878script : |
7979 const endpoint = github.request.endpoint
80- return endpoint({url: \ "/graphql\ "}).headers.accept
80+ return endpoint({url: "/graphql"}).headers.accept
8181result-encoding : string
8282 - id : previews-set-single
8383name : Previews set to a single value
8686previews : foo
8787script : |
8888 const endpoint = github.request.endpoint
89- return endpoint({url: \ "/graphql\ "}).headers.accept
89+ return endpoint({url: "/graphql"}).headers.accept
9090result-encoding : string
9191 - id : previews-set-multiple
9292name : Previews set to comma-separated list
9595previews : foo,bar,baz
9696script : |
9797 const endpoint = github.request.endpoint
98- return endpoint({url: \ "/graphql\ "}).headers.accept
98+ return endpoint({url: "/graphql"}).headers.accept
9999result-encoding : string
100100 - run : |
101101 echo "- Validating previews default"
You can’t perform that action at this time.
0 commit comments