Skip to content

Commit 44212b8

Browse files
committed
Improve notifications.
1 parent 801759f commit 44212b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pricing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
{
138138
"attachments": [{
139139
"color": "${{ env.NOTIFICATION_COLOR }}",
140-
"text": "pricing Mutation Test Summary:\nStatus: ${{ needs.mutate.result }}\nWorkflow: ${process.env.AS_WORKFLOW}\nCommit: ${process.env.AS_COMMIT} in ${process.env.AS_REF}"
140+
"text": "pricing Mutation Test Summary:\nStatus: ${{ needs.mutate.result }}\nWorkflow: ${{ github.workflow }}\nCommit: ${{ github.sha }} in ${{ github.ref }}"
141141
}]
142142
}
143143
env:

.github/workflows/rails_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
{
181181
"attachments": [{
182182
"color": "${{ env.NOTIFICATION_COLOR }}",
183-
"text": "rails_application Mutation Test Summary:\nStatus: ${{ needs.mutate.result }}\nWorkflow: ${process.env.AS_WORKFLOW}\nCommit: ${process.env.AS_COMMIT} in ${process.env.AS_REF}"
183+
"text": "rails_application Mutation Test Summary:\nStatus: ${{ needs.mutate.result }}\nWorkflow: ${{ github.workflow }}\nCommit: ${{ github.sha }} in ${{ github.ref }}"
184184
}]
185185
}
186186
env:

0 commit comments

Comments
 (0)