File tree 1 file changed +7
-7
lines changed
Filter options
1 file changed +7
-7
lines changed
Original file line number Diff line number Diff line change @@ -179,6 +179,13 @@ jobs:
179
179
console.log(result)
180
180
` ` `
181
181
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
+
182
189
# ## Run custom GraphQL queries
183
190
184
191
You can use the `github.graphql` object to run custom GraphQL queries against the GitHub API.
@@ -212,13 +219,6 @@ jobs:
212
219
213
220
```
214
221
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
-
222
222
### Run a separate file
223
223
224
224
If 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