Slack notification pipeline url one more fix

pull/41/head
Maksim Shilov 4 years ago
parent ad9bd552b4
commit 86b3adef5e

@ -82,6 +82,6 @@ jobs:
with: with:
url: ${{ secrets.SLACK_CHANNEL_URL }} url: ${{ secrets.SLACK_CHANNEL_URL }}
tool-name: 'Xamarin or Python' 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' 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:" text: "The build of the Xamarin or Python detection pipeline failed :progress-error:"

Loading…
Cancel
Save