File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,13 @@ jobs:
179179 console.log(result)
180180` ` `
181181
182+ _(Note that this particular example only works for a public URL, where the
183+ diff URL is publicly accessible. Getting the diff for a private URL requires
184+ using the API.)_
185+
186+ This will print the full diff object in the screen; `result.data` will
187+ contain the actual diff text.
188+
182189# ## Run custom GraphQL queries
183190
184191You can use the `github.graphql` object to run custom GraphQL queries against the GitHub API.
@@ -212,13 +219,6 @@ jobs:
212219
213220```
214221
215- _ (Note that this particular example only works for a public URL, where the
216- diff URL is publicly accessible. Getting the diff for a private URL requires
217- using the API.)_
218-
219- This will print the full diff object in the screen; ` result.data ` will
220- contain the actual diff text.
221-
222222### Run a separate file
223223
224224If you don't want to inline your entire script that you want to run, you can
You can’t perform that action at this time.
0 commit comments