Skip to content

Commit

Permalink
Fix a copy-and-paste mistake in the help for the Actions workflow err…
Browse files Browse the repository at this point in the history
…or message command. (#15883)
  • Loading branch information
chrisgavin authored Oct 5, 2020
1 parent ae71ec4 commit 6847383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6847383

Please sign in to comment.