Commit 1163d81
committed
docs(plans): address PR #73 review — fix deprecated set-output + MD040
CodeRabbit fact-checked both findings against current code; both real.
- T1 (Major): replaced deprecated `::set-output` (deprecated 2022-10 per
GitHub changelog) with the `GITHUB_OUTPUT` environment file approach
in the package-manager-detector wrapper sketch (Q2 resolution). Used
`appendFileSync(process.env.GITHUB_OUTPUT, ...)` per current GitHub
Actions docs.
- T2 (Minor, MD040): added `text` language tag to the Q3 resolution
pseudo-code block so markdownlint-cli2 stops flagging the unlanguaged
fence.1 parent d549260 commit 1163d81
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments