mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 00:26:20 +00:00
Update README.md as requested
Co-Authored-By: Jonathan Clem <jclem@github.com>
This commit is contained in:
committed by
GitHub
parent
4418551f1d
commit
1d11b7fefb
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user