We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60a1be commit 41557b3Copy full SHA for 41557b3
1 file changed
review-pr/action.yml
@@ -194,7 +194,7 @@ EOF
194
# ========================================
195
- name: Run PR Review
196
id: run-review
197
- uses: docker/cagent-action@${{ github.action_ref || 'latest' }}
+ uses: docker/cagent-action@latest
198
with:
199
agent: ${{ github.action_path }}/agents/pr-review.yaml
200
prompt: ${{ steps.context.outputs.review_prompt }}
0 commit comments