We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b0d4c commit a0e1d17Copy full SHA for a0e1d17
.github/workflows/holon-trigger.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
# Keep config minimal; holon-solve derives issue_number/comment_body/mode/output_dir from the event.
27
log_level: 'debug'
28
+ build_from_source: true
29
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
30
comment_id: ${{ github.event.comment.id }}
31
secrets:
0 commit comments