Skip to content

Commit

Permalink
Merge pull request #105 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Oct 5, 2020
2 parents 5a4a223 + 6847383 commit d240da9
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 d240da9

Please sign in to comment.