Skip to content

Commit 57ddb3c

Browse files
authored
fix: update ai code prompt parameter in start-workspace.yaml
1 parent 362dcfe commit 57ddb3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/start-workspace.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131
coder-token: ${{ secrets.CODER_TOKEN }}
3232
template-name: ${{ secrets.CODER_TEMPLATE_NAME }}
3333
parameters: |-
34-
Coder Image: codercom/oss-dogfood:latest
35-
Coder Repository Base Directory: "~"
36-
AI Code Prompt: "Use the gh CLI tool to read the details of issue https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }} and then address it."
34+
AI Prompt: "Use the gh CLI tool to read the details of issue https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }} and then address it."
3735
Region: us-pittsburgh

0 commit comments

Comments
 (0)