We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610ae60 commit 9da8ac2Copy full SHA for 9da8ac2
.github/workflows/issue-to-pr-using-aider.yml
@@ -16,8 +16,6 @@ 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 workload 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