mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 13:20:39 +08:00
docs: Update GitHub Action documentation to specify Docker image on Docker Hub
This commit is contained in:
@ -28,13 +28,13 @@ jobs:
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
if you want to pin your action to a specific release (v2.0 for example) for stability reasons, use:
|
if you want to pin your action to a specific release (v0.23 for example) for stability reasons, use:
|
||||||
```yaml
|
```yaml
|
||||||
...
|
...
|
||||||
steps:
|
steps:
|
||||||
- name: PR Agent action step
|
- name: PR Agent action step
|
||||||
id: pragent
|
id: pragent
|
||||||
uses: Codium-ai/pr-agent@v2.0
|
uses: docker://codiumai/pr-agent:0.23-github_action
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user