We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b793c9 commit e69a295Copy full SHA for e69a295
.github/workflows/GHA-ready-for-review.yaml
@@ -98,7 +98,7 @@ jobs:
98
if: steps.check.outputs.notified == 'false'
99
run: |
100
TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
101
- BODY="✅ Slack reviewers notified at $TIMESTAMP\n${{ steps.pick.outputs.reviewers }}\n<!-- slack-notified -->"
+ BODY="✅ Slack reviewers notified at $TIMESTAMP \n <!-- slack-notified -->"
102
103
if [ -n "${{ steps.check.outputs.comment_id }}" ]; then
104
echo "Updating existing comment..."
0 commit comments