Skip to content

Commit

Permalink
lib/step: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Mike McQuaid <[email protected]>
  • Loading branch information
carlocab and MikeMcQuaid authored Sep 16, 2024
1 parent 8b6ff09 commit ff09d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/step.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def run(dry_run: false, fail_fast: false)
path, line = annotation_location(name)
next if path.blank?

# GitHub Actions has a 64KB maximum for annotiations. That's a bit
# GitHub Actions has a 64KB maximum for annotations. That's a bit
# too long so instead let's go for a maximum of 256 lines.
annotation_output = truncate_output(@output, max_lines: 256, context_lines: 10)

Expand Down

0 comments on commit ff09d8f

Please sign in to comment.