Skip to content

Commit 39fb4bf

Browse files
committed
ci: specify cagent version to run
Default cagent version was ancient, manually specifying (current) latest Signed-off-by: David Karlsson <[email protected]>
1 parent 24b75c8 commit 39fb4bf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/agent.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ jobs:
3333
- name: Run agent
3434
uses: docker/cagent-action@v1
3535
with:
36+
cagent-version: v1.15.5
3637
agent: ./agent.yml
3738
yolo: true
3839
prompt: |
3940
Work on GitHub issue: ${{ github.event.issue.html_url }}
4041
41-
Fetch the issue, analyze what documentation changes are needed, and implement them following your standard workflow.
42+
Fetch the issue, analyze what documentation changes are needed, and
43+
implement them following your standard workflow.
4244
43-
If you identify any upstream coordination issues (broken links from vendored content, missing CLI flags, etc.), document them in .upstream-issues.md as specified in your instructions.
45+
If you identify any upstream coordination issues (broken links from
46+
vendored content, missing CLI flags, etc.), document them in
47+
.upstream-issues.md as specified in your instructions.
4448
env:
4549
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4650
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)