1
0
Fork 0

Update README.md

pull/855/head
Luke Tomlinson 2021-07-13 12:32:22 -04:00
parent 397ffad018
commit f1d938567d
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ const result = await core.group('Do something async', async () => {
``` ```
#### Annotations #### Annotations
This library has 3 methods that will produce [annotations](https://docs.github.com/en/rest/reference/checks#create-a-check-run). This library has 3 methods that will produce [annotations](https://docs.github.com/en/rest/reference/checks#create-a-check-run).
```js ```js
core.error('This is a bad error. This will also fail the build.') core.error('This is a bad error. This will also fail the build.')