We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6948cf commit 0cb00d5Copy full SHA for 0cb00d5
action.yml
@@ -62,7 +62,6 @@ runs:
62
# Build arguments as an array for safety (avoids word-splitting issues)
63
ARGS=(
64
review
65
- --pr-url "https://github.com/${{ github.repository }}/pull/${{ inputs.pr-number }}"
66
--git-api-key "${{ inputs.git-api-key }}"
67
--ai-api-key "${{ inputs.ai-api-key }}"
68
)
@@ -105,4 +104,5 @@ runs:
105
104
-v "${{ github.workspace }}:/workspace" \
106
-w /workspace \
107
elementsinteractive/lgtm-ai:${{ inputs.version }} \
108
- "${ARGS[@]}"
+ "${ARGS[@]}" \
+ "https://github.com/${{ github.repository }}/pull/${{ inputs.pr-number }}"
0 commit comments