Skip to content

Commit 3aaa3ab

Browse files
committed
try
1 parent 752b69d commit 3aaa3ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/preview-url-report.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ jobs:
2727
id: generate-comment
2828
run: |
2929
chmod +x ci_scripts/report_preview_url.sh
30-
echo "comment_body=$(./ci_scripts/report_preview_url.sh ${{ github.event.pull_request.number }})" >> $GITHUB_OUTPUT
30+
{
31+
echo 'comment_body<<EOF'
32+
./ci_scripts/report_preview_url.sh ${{ github.event.pull_request.number }}
33+
echo EOF
34+
} >> $GITHUB_OUTPUT
3135
3236
- name: Post or Update Comment
3337
uses: peter-evans/find-comment@v4

0 commit comments

Comments
 (0)