File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
echo "PR Number: ${{ github.event.pull_request.number }}"
29
29
echo "PR URL: ${{ github.event.pull_request.html_url }}"
30
- echo "PR Body"
31
- echo "${{ github.event.pull_request.body }}"
30
+ cat <<EOF
31
+ PR Body:
32
+ ${{ github.event.pull_request.body }}
33
+ EOF
32
34
- name : Determine issue number
33
35
id : get_issue_number
34
36
uses : koppor/ticket-check-action@add-output
Original file line number Diff line number Diff line change 28
28
run : |
29
29
echo "PR Number: ${{ github.event.pull_request.number }}"
30
30
echo "PR URL: ${{ github.event.pull_request.html_url }}"
31
- echo "PR Body"
32
- echo "${{ github.event.pull_request.body }}"
31
+ cat <<EOF
32
+ PR Body:
33
+ ${{ github.event.pull_request.body }}
34
+ EOF
33
35
- name : Determine issue number
34
36
id : get_issue_number
35
37
uses : koppor/ticket-check-action@add-output
You can’t perform that action at this time.
0 commit comments