File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,20 @@ jobs:
111
111
echo 'EOF' >> $GITHUB_OUTPUT
112
112
cat out.txt
113
113
114
+ # ########################
115
+ # Intended Layout:
116
+ #
117
+ # | | This PR | Main |
118
+ # | Dev | x1 | y1 |
119
+ # | Prod | x2 | y2 |
120
+ #
121
+ # ########################
114
122
- uses : mshick/add-pr-comment@v2
115
123
with :
116
124
message : |
117
- <table><thead><tr><th></th><th>Dev </th><th>Prod </th></tr></thead>
125
+ <table><thead><tr><th></th><th>This PR </th><th>main </th></tr></thead>
118
126
<tbody>
119
- <tr><td>This PR </td><td>
127
+ <tr><td>Dev </td><td>
120
128
121
129
```
122
130
${{ steps.dev.outputs.sizes }}
@@ -125,14 +133,14 @@ jobs:
125
133
</td><td>
126
134
127
135
```
128
- ${{ steps.prod .outputs.sizes }}
136
+ ${{ steps.main-dev .outputs.sizes }}
129
137
```
130
138
131
139
</td></tr>
132
- <tr><td>Main </td><td>
140
+ <tr><td>Prod </td><td>
133
141
134
142
```
135
- ${{ steps.main-dev .outputs.sizes }}
143
+ ${{ steps.prod .outputs.sizes }}
136
144
```
137
145
138
146
</td><td>
You can’t perform that action at this time.
0 commit comments