Skip to content

Commit 7079099

Browse files
authored
Fix url in slack notification (#22998)
* Attempt to fix url in slack notification * Try again * That is it * Remove the link
1 parent ed4a28d commit 7079099

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-translation-batch-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
158158
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
159159
color: failure
160-
text: The new translation batch for ${{ matrix.language }} was cancelled. Please try running the workflow manually; see $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
160+
text: 'The new translation batch for ${{ matrix.language }} was cancelled.'
161161

162162
# Emit a notification for the first responder to triage if the workflow failed.
163163
- name: Send Slack notification if workflow failed
@@ -167,4 +167,4 @@ jobs:
167167
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
168168
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
169169
color: failure
170-
text: The new translation batch for ${{ matrix.language }} failed. See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
170+
text: 'The new translation batch for ${{ matrix.language }} failed.'

0 commit comments

Comments
 (0)