Fix a copy-and-paste mistake in the help for the Actions workflow error message command. (#15883)

This commit is contained in:
Chris Gavin 2020-10-05 12:29:25 +01:00 коммит произвёл GitHub
Родитель ae71ec4755
Коммит 6847383d6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -150,7 +150,7 @@ echo "::warning file=app.js,line=1,col=5::Missing semicolon"
`::error file={name},line={line},col={col}::{message}`
Creates an error message and prints the message to the log. You can optionally provide a filename (`file`), line number (`line`), and column (`col`) number where the warning occurred.
Creates an error message and prints the message to the log. You can optionally provide a filename (`file`), line number (`line`), and column (`col`) number where the error occurred.
#### Example