You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLACK_MESSAGE: "The self-hosted runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. `<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>`."
95
+
SLACK_MESSAGE: "The self-hosted runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>."
96
96
97
97
# Use this workflow if you want to use the GitHub-hosted large runner. Useful for scenarios when you need a change to deploy faster than the self-hosted runner can build it.
98
98
build-large-runner:
@@ -148,7 +148,7 @@ jobs:
148
148
SLACK_COLOR: "danger"
149
149
SLACKIFY_MARKDOWN: true
150
150
ENABLE_ESCAPES: true
151
-
SLACK_MESSAGE: "The large runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. `<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>`."
151
+
SLACK_MESSAGE: "The large runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>."
152
152
153
153
release:
154
154
name: "Release"
@@ -197,4 +197,4 @@ jobs:
197
197
SLACK_COLOR: "danger"
198
198
SLACKIFY_MARKDOWN: true
199
199
ENABLE_ESCAPES: true
200
-
SLACK_MESSAGE: "The release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. `<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>`."
200
+
SLACK_MESSAGE: "The release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>."
0 commit comments