mirror of
https://github.com/actions/toolkit.git
synced 2026-08-25 00:00:27 +02:00
Update README.md
This commit is contained in:
@@ -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.')
|
||||||
|
|||||||
Reference in New Issue
Block a user