We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c7764 commit 5dd7082Copy full SHA for 5dd7082
1 file changed
.github/workflows/testing-pr.yml
@@ -78,7 +78,7 @@ jobs:
78
continue-on-error: true
79
run: |
80
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 }}")
+ MOTD=$(printf "Title: ${{ github.event.pull_request.title }}\nAuthor: ${{ github.event.pull_request.user.login }}")
82
/root/bin/set-motd set -user "ZTPFW Github Actions" -pr "${{ github.event.pull_request.html_url }}" -motd "$MOTD"
83
fi
84
0 commit comments