Skip to content

Commit

Permalink
ci: fix workflow name ref; add attempt number to url
Browse files Browse the repository at this point in the history
  • Loading branch information
rperryng committed Jun 24, 2024
1 parent efe2a77 commit c107bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Workflow*: "
"text": "*Workflow*: ${{ github.workflow }}"
},
{
"type": "mrkdwn",
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
"type": "plain_text",
"text": "View Job"
},
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{github.run_id}}"
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{github.run_id}}/attempts/${{github.run_attempt}}"
}
]
}
Expand Down

0 comments on commit c107bd2

Please sign in to comment.