Skip to content

Commit db615a6

Browse files
author
Francisco de Borja Aranda Castillejo
authored
Merge pull request #264 from rh-ecosystem-edge/fix-workflow-setmotd
fix(ci): reduce set-motd verbose
2 parents 08c7764 + 5dd7082 commit db615a6

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)