Skip to content

Commit

Permalink
Really try fixing url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Nov 21, 2023
1 parent 1da8924 commit 92a4b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
status: ${{ job.status }}
notification_title: "${{github.sha}} has {status_message}"
message_format: "{emoji} *{job}* {status_message}"
footer: "<{repo_url}|{repo}> | <{workflow_url}|View job>"
footer: "<{repo_url}|{repo}> | <{run_url}|View job>"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand All @@ -61,7 +61,7 @@ jobs:
status: ${{ job.status }}
notification_title: "${{github.sha}} has {status_message}"
message_format: "{emoji} *{job}* {status_message}"
footer: "<{repo_url}|{repo}> | <{workflow_url}|View job>"
footer: "<{repo_url}|{repo}> | <{run_url}|View job>"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand All @@ -77,7 +77,7 @@ jobs:
status: ${{ job.status }}
notification_title: "${{github.sha}} has {status_message}"
message_format: "{emoji} *{job}* {status_message}"
footer: "<{repo_url}|{repo}> | <{workflow_url}|View job>"
footer: "<{repo_url}|{repo}> | <{run_url}|View job>"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand Down

0 comments on commit 92a4b58

Please sign in to comment.