From 6bd37e1a50f53d34312753206d6c9aedcf49c01d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Date: Sat, 31 Oct 2020 19:18:40 +0530 Subject: [PATCH] Move information about diffs to correct heading --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7cfaec0..b4ee3b4 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,13 @@ jobs: console.log(result) ``` +_(Note that this particular example only works for a public URL, where the +diff URL is publicly accessible. Getting the diff for a private URL requires +using the API.)_ + +This will print the full diff object in the screen; `result.data` will +contain the actual diff text. + ### Run custom GraphQL queries You can use the `github.graphql` object to run custom GraphQL queries against the GitHub API. @@ -212,13 +219,6 @@ jobs: ``` -_(Note that this particular example only works for a public URL, where the -diff URL is publicly accessible. Getting the diff for a private URL requires -using the API.)_ - -This will print the full diff object in the screen; `result.data` will -contain the actual diff text. - ### Run a separate file If you don't want to inline your entire script that you want to run, you can