We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b10125 commit 89e3c40Copy full SHA for 89e3c40
README.md
@@ -175,6 +175,10 @@ jobs:
175
console.log(result)
176
```
177
178
+_(Note that this particular example only works for a public URL, where the
179
+diff URL is publicly accessible. Getting the diff for a private URL requires
180
+using the API.)_
181
+
182
This will print the full diff object in the screen; `result.data` will
183
contain the actual diff text.
184
0 commit comments