Skip to content

Commit 40ab5cd

Browse files
log the pr body
1 parent 22dd81c commit 40ab5cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/auto-pr-description/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ runs:
8080
printf '%s\n' "$DESCRIPTION" > pr_body.md
8181
fi
8282
83+
cat pr_body.md
84+
8385
# Add JIRA ticket link if found
8486
PR_TITLE=$(gh pr view ${{ inputs.pr-number }} --json title --jq '.title')
8587
TICKET_ID=$(echo "$PR_TITLE" | grep -oE '[A-Z]+-[0-9]+' || true)

0 commit comments

Comments
 (0)