We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141231a commit 16b1db7Copy full SHA for 16b1db7
1 file changed
.github/workflows/build-and-push.yml
@@ -60,7 +60,7 @@ jobs:
60
payload: |
61
{
62
"channel": "${{ env.SLACK_CHANNEL }}",
63
- "text": "Docs build complete for ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}."
+ "text": "Docs build complete for [${{ github.sha }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})."
64
}
65
66
- name: Slack notification — failure
@@ -72,5 +72,5 @@ jobs:
72
73
74
75
- "text": "Docs build failed for ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}."
+ "text": "Docs build failed for [${{ github.sha }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})."
76
0 commit comments