We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea1350 commit bc897ccCopy full SHA for bc897cc
.github/workflows/issue-to-pr-using-aider.yml
@@ -16,7 +16,7 @@ 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'
+ install-command: 'dotnet workload install maui'
20
test-command: 'dotnet build'
21
secrets:
22
# You need set one of these keys
0 commit comments