Skip to content

Commit

Permalink
Merge pull request #264 from rh-ecosystem-edge/fix-workflow-setmotd
Browse files Browse the repository at this point in the history
fix(ci): reduce set-motd verbose
  • Loading branch information
Francisco de Borja Aranda Castillejo authored May 16, 2022
2 parents 08c7764 + 5dd7082 commit db615a6
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 db615a6

Please sign in to comment.