Skip to content

Commit

Permalink
Merge pull request #67 from zhongfu/fix/pass-max-comments-to-docker
Browse files Browse the repository at this point in the history
Pass `--max-comments` to Docker with non-split workflow too
  • Loading branch information
ZedThree authored Mar 16, 2023
2 parents 79d70e7 + 1e3d041 commit 61a0f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ runs:
- --exclude='${{ inputs.exclude }}'
- --apt-packages=${{ inputs.apt_packages }}
- --cmake-command='${{ inputs.cmake_command }}'
- --max-comments=${{ inputs.max_comments }}
- --lgtm-comment-body='${{ inputs.lgtm_comment_body }}'
- --split_workflow=${{ inputs.split_workflow }}

0 comments on commit 61a0f2e

Please sign in to comment.