Skip to content

Commit

Permalink
fix(ci): reduce set-motd verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Aranda committed May 16, 2022
1 parent 08c7764 commit 5dd7082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
continue-on-error: true
run: |
if [ -f /root/bin/set-motd ]; then
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 }}")
/root/bin/set-motd set -user "ZTPFW Github Actions" -pr "${{ github.event.pull_request.html_url }}" -motd "$MOTD"
fi
Expand Down

0 comments on commit 5dd7082

Please sign in to comment.