Skip to content

Commit 89e7772

Browse files
authored
fix: update PR agent to use Docker image for consistency and reliability (#67)
1 parent 80ba05c commit 89e7772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: PR Agent action step
6464
id: pragent
65-
uses: qodo-ai/pr-agent@main
65+
uses: docker://codiumai/pr-agent:0.29-github_action
6666
env:
6767
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)