Skip to content

chore(deps): bump the cargo group across 1 directory with 9 updates #551

chore(deps): bump the cargo group across 1 directory with 9 updates

chore(deps): bump the cargo group across 1 directory with 9 updates #551

Workflow file for this run

name: Holon Trigger
on:
issue_comment:
types: [created]
issues:
types: [labeled, assigned]
pull_request:
types: [labeled]
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
concurrency:
group: holon-${{ github.event_name }}-${{ github.event.issue.number || github.event.pull_request.number }}-${{ github.actor }}
cancel-in-progress: true
jobs:
holon:
name: Run Holon (via holon-solve)
uses: holon-run/holon/.github/workflows/holon-solve.yml@main
with:
# Keep config minimal; holon-solve derives issue_number/comment_body/mode/output_dir from the event.
log_level: 'debug'

Check failure on line 27 in .github/workflows/holon-trigger.yml

View workflow run for this annotation

GitHub Actions / Holon Trigger

Invalid workflow file

The workflow is not valid. .github/workflows/holon-trigger.yml (Line: 27, Col: 18): Invalid input, log_level is not defined in the referenced workflow. .github/workflows/holon-trigger.yml (Line: 29, Col: 21): Invalid input, issue_number is not defined in the referenced workflow.
build_from_source: true
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
comment_id: ${{ github.event.comment.id || 0 }}
runs_on: 'larger-runner'
secrets:
anthropic_auth_token: ${{ secrets.ANTHROPIC_AUTH_TOKEN }}
anthropic_base_url: ${{ secrets.ANTHROPIC_BASE_URL }}