mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update README.md as requested
Co-Authored-By: Jonathan Clem <jclem@github.com>
This commit is contained in:
parent
4418551f1d
commit
1d11b7fefb
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ jobs:
|
||||||
await github.issues.createComment({...context.issue, body: 'Welcome, new contributor!'})
|
await github.issues.createComment({...context.issue, body: 'Welcome, new contributor!'})
|
||||||
```
|
```
|
||||||
|
|
||||||
### Download data from an URL
|
### Download data from a URL
|
||||||
|
|
||||||
You can use the `github` object to access the octokit API. For
|
You can use the `github` object to access the octokit API. For
|
||||||
instance, `github.request`
|
instance, `github.request`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue