File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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: ${{ github.workflow }}\nCommit: ${{ github.sha }} in ${{ github.ref }}"
183+ "text": "<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|pricing> Mutation Test Summary:\nStatus: ${{ needs.mutate.result }}\nWorkflow: < ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github. workflow }}> \nCommit: < ${{ github.server_url }}/${{ github.repository }}/commit/${{ github. sha }}|${{ github.sha }}> in ${{ github.ref }}"
184184 }]
185185 }
186186 env :
@@ -211,7 +211,7 @@ jobs:
211211 {
212212 attachments: [{
213213 color: '${{ job.status }}' === 'success' ? 'good' : '${{ job.status }}' === 'failure' ? 'danger' : 'warning',
214- " text": "<${{ github.server_url }}/${{ github.repository }}/actions/runs/ ${{ github.run_id }}|pricing> Mutation Test Summary:\nStatus: ${{ needs.mutate.result }}\nWorkflow: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }}>\nCommit: <${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}> in ${{ github.ref }}"
214+ text: `${process.env.AS_WORKFLOW}/ ${{ github.job }} ${{ job.status }} in ${process.env.AS_TOOK}\n${process.env.AS_COMMIT} in ${process.env.AS_REF}`,
215215 }]
216216 }
217217 env :
You can’t perform that action at this time.
0 commit comments