File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : " LGTM AI Code Review"
2- description : " AI-powered code review for pull requests"
2+ description : " AI-powered code reviewer for pull requests"
33author : " Elements Interactive"
44
55branding :
6262 # Build arguments as an array for safety (avoids word-splitting issues)
6363 ARGS=(
6464 review
65- --pr-url "https://github.com/${{ github.repository }}/pull/${{ inputs.pr-number }}"
6665 --git-api-key "${{ inputs.git-api-key }}"
6766 --ai-api-key "${{ inputs.ai-api-key }}"
6867 )
@@ -105,4 +104,5 @@ runs:
105104 -v "${{ github.workspace }}:/workspace" \
106105 -w /workspace \
107106 elementsinteractive/lgtm-ai:${{ inputs.version }} \
108- "${ARGS[@]}"
107+ "${ARGS[@]}" \
108+ "https://github.com/${{ github.repository }}/pull/${{ inputs.pr-number }}"
You can’t perform that action at this time.
0 commit comments