Skip to content

Commit

Permalink
Add commit to status message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Nov 21, 2023
1 parent afc9e87 commit fa8a77a
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 @@ -38,7 +38,7 @@ jobs:
if: always()
with:
status: ${{ job.status }}
message_format: "{emoji} *{job}* {status_message} in <{repo_url}|{repo}>"
message_format: "{emoji} *{job}* {status_message} for ${{github.sha}}"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand All @@ -57,7 +57,7 @@ jobs:
if: always()
with:
status: ${{ job.status }}
message_format: "{emoji} *{job}* {status_message} in <{repo_url}|{repo}>"
message_format: "{emoji} *{job}* {status_message} for ${{github.sha}}"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand All @@ -71,7 +71,7 @@ jobs:
if: always()
with:
status: ${{ job.status }}
message_format: "{emoji} *{job}* {status_message} in <{repo_url}|{repo}>"
message_format: "{emoji} *{job}* {status_message} for ${{github.sha}}"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand Down

0 comments on commit fa8a77a

Please sign in to comment.