Commit 0d02143
Auto-Co AI
Fix action.yml output to work with both template and AI modes
The description output only referenced steps.generate.outputs.description
(template mode). When AI mode was used, the output was empty.
- Added set-output step that reads from template step first, falls back to AI step
- output.description now references set-output step
- Update PR body step also uses set-output
Also fixed README claiming the workflow is '5 lines' when it is 15.1 parent eaae77e commit 0d02143
2 files changed
Lines changed: 16 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
571 | 583 | | |
572 | 584 | | |
573 | 585 | | |
574 | 586 | | |
575 | 587 | | |
576 | 588 | | |
577 | 589 | | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
| 590 | + | |
582 | 591 | | |
583 | 592 | | |
584 | 593 | | |
0 commit comments