We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752b69d commit 3aaa3abCopy full SHA for 3aaa3ab
.github/workflows/preview-url-report.yml
@@ -27,7 +27,11 @@ jobs:
27
id: generate-comment
28
run: |
29
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
+ {
31
+ echo 'comment_body<<EOF'
32
+ ./ci_scripts/report_preview_url.sh ${{ github.event.pull_request.number }}
33
+ echo EOF
34
+ } >> $GITHUB_OUTPUT
35
36
- name: Post or Update Comment
37
uses: peter-evans/find-comment@v4
0 commit comments