Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f035cea

Browse filesBrowse files
authored
Merge pull request actions#95 from pradyunsg/patch-1
Move information about diffs to correct heading
2 parents 28e5eba + 6bd37e1 commit f035cea
Copy full SHA for f035cea

File tree

1 file changed

+7
-7
lines changed
Filter options

1 file changed

+7
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.