@@ -356,7 +356,7 @@ jobs:
356356
357357 - name : Apply AI fixes using Claude Agent SDK with Skills
358358 if : steps.prepare.outputs.should-skip != 'true'
359- id : claude- fix
359+ id : fix
360360 working-directory : target-repo
361361 run : |
362362 # Apply fixes using skills from .claude/skills/
@@ -489,8 +489,8 @@ jobs:
489489 "type": "bot_fix",
490490 "repo": "${{ github.event.inputs.target_repo }}",
491491 "pr_number": ${{ github.event.inputs.pr_number }},
492- "pr_title": "${{ steps.pr-details.outputs.title }}",
493- "pr_author": "${{ steps.pr-details.outputs.author }}",
492+ "pr_title": "${{ steps.pr-details.outputs.pr- title }}",
493+ "pr_author": "${{ steps.pr-details.outputs.pr- author }}",
494494 "pr_url": "https://github.com/${{ github.event.inputs.target_repo }}/pull/${{ github.event.inputs.pr_number }}",
495495 "timestamp": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
496496 "workflow_run_id": "${{ github.run_id }}",
@@ -543,7 +543,7 @@ jobs:
543543 continue-on-error : true
544544
545545 - name : Check for changes and push
546- if : steps.prepare-prompt .outputs.should-skip != 'true'
546+ if : steps.prepare.outputs.should-skip != 'true'
547547 id : push-fixes
548548 working-directory : target-repo
549549 run : |
@@ -569,11 +569,11 @@ jobs:
569569 git add -A
570570
571571 cat > /tmp/commit-message.txt <<EOF
572- Fix ${{ steps.analyze.outputs.primary -type }} failures after dependency updates
572+ Fix ${{ steps.analyze.outputs.failure -type }} failures after dependency updates
573573
574574 Automated fixes applied by AI Engineering Maintenance Bot
575575
576- Fixes: ${{ steps.analyze.outputs.failed-names }}
576+ Fixes: ${{ steps.analyze.outputs.failed-check- names }}
577577
578578 Co-authored-by: AI Engineering Maintenance Bot <aieng-bot@vectorinstitute.ai>
579579 EOF
@@ -596,7 +596,7 @@ jobs:
596596 run : |
597597 REPO="${{ github.event.inputs.target_repo }}"
598598 PR_NUMBER="${{ github.event.inputs.pr_number }}"
599- FAILURE_TYPE="${{ steps.analyze.outputs.primary -type }}"
599+ FAILURE_TYPE="${{ steps.analyze.outputs.failure -type }}"
600600
601601 # Read the fix summary if available
602602 FIX_SUMMARY=""
@@ -628,7 +628,7 @@ jobs:
628628 GH_TOKEN : ${{ secrets.ORG_ACCESS_TOKEN }}
629629
630630 - name : Wait for checks to complete
631- if : steps.apply- fix.outcome == 'success'
631+ if : steps.fix.outcome == 'success'
632632 id : wait-checks
633633 run : |
634634 REPO="${{ github.event.inputs.target_repo }}"
0 commit comments