Skip to content

Commit 4dc25f8

Browse files
Update generate-newsletter.yml
1 parent 3c417c6 commit 4dc25f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/generate-newsletter.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
1515

16+
- name: Print raw issue body
17+
run: |
18+
echo "--------- GITHUB.EVENT.ISSUE.BODY ---------"
19+
echo "${{ github.event.issue.body }}"
20+
echo "-------------------------------------------"
21+
1622
- name: Extract values from issue body
1723
id: vars
1824
run: |

0 commit comments

Comments
 (0)