Skip to content

Commit 41557b3

Browse files
authored
Fix invalid parameter in PR review action (#24)
1 parent c60a1be commit 41557b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

review-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ EOF
194194
# ========================================
195195
- name: Run PR Review
196196
id: run-review
197-
uses: docker/cagent-action@${{ github.action_ref || 'latest' }}
197+
uses: docker/cagent-action@latest
198198
with:
199199
agent: ${{ github.action_path }}/agents/pr-review.yaml
200200
prompt: ${{ steps.context.outputs.review_prompt }}

0 commit comments

Comments
 (0)