From 86b3adef5e6c5c001b8dc52fbda635ea02d1ab9b Mon Sep 17 00:00:00 2001 From: Maksim Shilov Date: Tue, 19 Oct 2021 09:54:08 +0300 Subject: [PATCH] Slack notification pipeline url one more fix --- .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 64a2656..da15b6e 100644 --- a/.github/workflows/get-xamarin-versions.yml +++ b/.github/workflows/get-xamarin-versions.yml @@ -82,6 +82,6 @@ jobs: with: url: ${{ secrets.SLACK_CHANNEL_URL }} tool-name: 'Xamarin or Python' - pipeline-url: '${{ $env.GITHUB_SERVER_URL }}/${{ $env.GITHUB_REPOSITORY }}/actions/runs/${{ $env.GITHUB_RUN_ID }}' + pipeline-url: '${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}' image-url: 'https://avatars.githubusercontent.com/u/790012?s=200&v=4' text: "The build of the Xamarin or Python detection pipeline failed :progress-error:"