Skip to content

Commit dd0d55b

Browse files
committed
SLVS-2541 Debug: Make it fail on purpose
1 parent dfb9441 commit dd0d55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ jobs:
210210
token: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_BOT_TOKEN }}
211211
payload: |
212212
channel: squad-ide-visualstudio-bots
213-
text: "Dogfood job failed in ${{ github.repository }}"
213+
text: "Job failed in ${{ github.repository }}"
214214
blocks:
215215
- type: "section"
216216
text:
217217
type: "mrkdwn"
218-
text: ":x: *Repository:* ${{ github.repository }}\n*Branch:* ${{ github.head_ref || github.ref_name }}\n*Job:* Dogfood\n*Workflow:* ${{ github.workflow }}\n*Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|#${{ github.run_number }}>"
218+
text: ":x: *Repository:* ${{ github.repository }}\n*Branch:* ${{ github.head_ref || github.ref_name }}\n*Workflow:* ${{ github.workflow }}\n*Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|#${{ github.run_number }}>"

0 commit comments

Comments
 (0)