Skip to content

Commit

Permalink
Fix dynamic workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jul 15, 2024
1 parent 81ae063 commit 1747fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
"type": "header",
"text": {
"type": "plain_text",
"text": ":x: ${{ github.workflow.name }} workflow failed",
"text": ":x: ${{ github.workflow }} workflow failed",
"emoji": true
}
},
Expand All @@ -70,7 +70,7 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "${{ github.workflow.name }} failed to complete successfully."
"text": "${{ github.workflow }} failed to complete successfully."
},
{
"type": "mrkdwn",
Expand Down

0 comments on commit 1747fa5

Please sign in to comment.