Skip to content

Commit

Permalink
gh-actions/envoy/ci/request: De-private wierdly private avatars (#2510
Browse files Browse the repository at this point in the history
)

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Dec 12, 2024
1 parent fdd6c03 commit b969cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/envoy/ci/request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
Expand Down

0 comments on commit b969cfd

Please sign in to comment.