File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -179,14 +179,17 @@ jobs:
179
179
# formatted_data=$(echo "$data" | tr '\t' ' ')
180
180
# echo "$data" > multi_line_data.txt
181
181
# echo "echo $data"
182
- # echo "CUSTOM_MESSAGE=$formatted_data " >> $GITHUB_ENV
182
+ echo "CUSTOM_MESSAGE=$data " >> $GITHUB_ENV
183
183
# echo "$formatted_data" > multi_line_data.txt
184
184
shell : bash
185
185
#
186
186
- name : Comment PR
187
187
uses : thollander/actions-comment-pull-request@v2
188
+ with :
189
+ message : |
190
+ ${{ env.CUSTOM_MESSAGE }}
188
191
# filePath: multi_line_data.txt
189
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
192
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
190
193
191
194
# This job aggregates test results. It's the required check for branch protection.
192
195
# https://github.com/marketplace/actions/alls-green#why
You can’t perform that action at this time.
0 commit comments