Skip to content

Commit 5dd7082

Browse files
author
Borja Aranda
committed
fix(ci): reduce set-motd verbose
1 parent 08c7764 commit 5dd7082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
continue-on-error: true
7979
run: |
8080
if [ -f /root/bin/set-motd ]; then
81-
MOTD=$(printf "Title: ${{ github.event.pull_request.title }}\nAuthor: ${{ github.event.pull_request.user.login }}\nBody: ${{ github.event.pull_request.body }}")
81+
MOTD=$(printf "Title: ${{ github.event.pull_request.title }}\nAuthor: ${{ github.event.pull_request.user.login }}")
8282
/root/bin/set-motd set -user "ZTPFW Github Actions" -pr "${{ github.event.pull_request.html_url }}" -motd "$MOTD"
8383
fi
8484

0 commit comments

Comments
 (0)