Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89e3c40

Browse files
committed
Add note about data-from-URL working on public repos [fixes #55]
1 parent 1b10125 commit 89e3c40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ jobs:
175175
console.log(result)
176176
```
177177

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+
178182
This will print the full diff object in the screen; `result.data` will
179183
contain the actual diff text.
180184

0 commit comments

Comments
 (0)