| TAP::Formatter::GitHubActions::Utils(3) | User Contributed Perl Documentation | TAP::Formatter::GitHubActions::Utils(3) | 
NAME¶
TAP::Formatter::GitHubActions::Utils - Utils functions
FUNCTIONS¶
log_annotation_line(%args)¶
Generates an annotation line in GitHub Workflow command syntax
- For more details on the syntax, see: Workflow commands for GitHub Actions <https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions>
- line
 - The line referred
 - title (Optional)
 - Optional: Annotation title.
 - body
 - Annotation body.
 - type
 - Annotation type. Known types: "debug", "notice", "error".
 - filename
 - The filename referred. This with the "line" will signal github where to draw the annotation.
 
| 2023-12-08 | perl v5.42.0 |