Skip to content

Commit 6bd37e1

Browse files
authored
Move information about diffs to correct heading
1 parent 28e5eba commit 6bd37e1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

184191
You 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

224224
If you don't want to inline your entire script that you want to run, you can

0 commit comments

Comments
 (0)