From 2f2022572bc7a4f1c892becb423702495b5f7714 Mon Sep 17 00:00:00 2001 From: Maksim Shilov Date: Tue, 19 Oct 2021 09:38:06 +0300 Subject: [PATCH] Python image for Python notification --- .github/workflows/get-xamarin-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-xamarin-versions.yml b/.github/workflows/get-xamarin-versions.yml index 8192a98..b26b16a 100644 --- a/.github/workflows/get-xamarin-versions.yml +++ b/.github/workflows/get-xamarin-versions.yml @@ -67,7 +67,7 @@ jobs: url: ${{ secrets.SLACK_CHANNEL_URL }} tool-name: 'Python' tool-version: ${{ needs.find-new-python-versions.outputs.versions-output }} - image-url: 'https://avatars.githubusercontent.com/u/790012?s=200&v=4' + image-url: 'https://www.python.org/static/community_logos/python-powered-h-100x130.png' - name: Send Slack notification run: Write-Host "New versions found '${{ needs.find-new-python-versions.outputs.versions-output }}'"