docs: Update GitHub Action documentation to specify Docker image on Docker Hub

This commit is contained in:
Hiroshi Sugawara
2024-07-16 18:15:56 +09:00
parent 1b2a2075ae
commit 05f3fa5ebc

View File

@ -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
...
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@v2.0
uses: docker://codiumai/pr-agent:0.23-github_action
...
```