We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856abdc commit cbd05b5Copy full SHA for cbd05b5
.github/workflows/issue-to-pr-using-aider.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: oscoreio/ai-workflows/.github/workflows/issue-to-pr-using-aider.yml@main
17
with:
18
issue-number: ${{ github.event.issue.number }}
19
+ install-command: 'dotnet workflow install maui'
20
+ test-command: 'dotnet build'
21
secrets:
22
# You need set one of these keys
23
openrouter-api-key: ${{ secrets.OPENROUTER_API_KEY }} # while it allows to use DeepSeek R1 for free, it still required to rate-limiting you
0 commit comments