Fix brach name in slack notification

Use proper variable to get branch name.
pull/238/head
Artem Gavrilov 3 months ago committed by Artem Gavrilov
parent 642b990786
commit 1af780f3e8
  1. 2
      .github/workflows/matirx.yml

@ -56,7 +56,7 @@ jobs:
- type: "section"
text:
type: "mrkdwn"
text: "Workflow *${{ github.workflow }}* failed on branch *${{ github.head_ref }}*\n
text: "Workflow *${{ github.workflow }}* failed on branch *${{ github.ref_name }}*\n
Commit: <${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>\n
\n
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View logs>"

Loading…
Cancel
Save