Skip to content

Commit e69a295

Browse files
chore(sec): sec fix for GH comment (#7717)
* chore(sec): sec fix for GH comment * doc-2075-sec-fix: typo * will do all backports with this one.
1 parent 7b793c9 commit e69a295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHA-ready-for-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: steps.check.outputs.notified == 'false'
9999
run: |
100100
TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
101-
BODY="✅ Slack reviewers notified at $TIMESTAMP\n${{ steps.pick.outputs.reviewers }}\n<!-- slack-notified -->"
101+
BODY="✅ Slack reviewers notified at $TIMESTAMP \n <!-- slack-notified -->"
102102
103103
if [ -n "${{ steps.check.outputs.comment_id }}" ]; then
104104
echo "Updating existing comment..."

0 commit comments

Comments
 (0)