From b969cfd54c51656907fdec340da85a107c7260ea Mon Sep 17 00:00:00 2001 From: phlax Date: Thu, 12 Dec 2024 20:36:53 +0000 Subject: [PATCH] `gh-actions/envoy/ci/request`: De-private wierdly private avatars (#2510) Signed-off-by: Ryan Northey --- gh-actions/envoy/ci/request/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/envoy/ci/request/action.yml b/gh-actions/envoy/ci/request/action.yml index e9723c464..4c4022729 100644 --- a/gh-actions/envoy/ci/request/action.yml +++ b/gh-actions/envoy/ci/request/action.yml @@ -228,7 +228,7 @@ runs: end | . * {"actor": { name: $actor, - icon: $event.sender.avatar_url}, + icon: $event.sender.avatar_url | gsub("\\?.*$"; "") | gsub("^https://private-"; "https://")}, "message": $message, "started": ${{ inputs.started }}, "target-branch": "${{ inputs.branch-name }}",