Commit 2f264d5
[openapi-diff-runner] Re-implement helpers using @actions/core (#40612)
* Initial plan
* Remove addToSummary() and logGroup() helpers, use @actions/core summary directly
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Replace setOutput() helper with core.setOutput() from @actions/core
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Keep setOutput/addToSummary helpers in log.ts, re-implement using @actions/core
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Clarify behavior in addToSummary function
Added a comment to clarify behavior when GITHUB_STEP_SUMMARY is not available.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>1 parent abf38bb commit 2f264d5
File tree
4 files changed
+7
-25
lines changed- eng/tools/openapi-diff-runner
- src
4 files changed
+7
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 100 | + | |
106 | 101 | | |
107 | 102 | | |
108 | 103 | | |
109 | 104 | | |
110 | 105 | | |
111 | 106 | | |
112 | | - | |
| 107 | + | |
113 | 108 | | |
114 | | - | |
| 109 | + | |
115 | 110 | | |
116 | 111 | | |
117 | 112 | | |
118 | 113 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 114 | | |
135 | 115 | | |
136 | 116 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments