Skip to content

Commit

Permalink
Update build notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Jul 21, 2021
1 parent 42c150e commit 3d125f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
webhook_url: ${{ secrets.TEAMS_BUILDS_WEBHOOK }}
needs: ${{ toJson(needs) }}
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}
overwrite: "{ title: `${workflow} failed for ${repository.name}` }"

build-next:
needs: build
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
webhook_url: ${{ secrets.TEAMS_BUILDS_WEBHOOK }}
needs: ${{ toJson(needs) }}
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}
overwrite: "{ title: `${workflow} failed for ${repository.name}` }"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
webhook_url: ${{ secrets.TEAMS_BUILDS_WEBHOOK }}
needs: ${{ toJson(needs) }}
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}
overwrite: "{ title: `${workflow} failed for ${repository.name}` }"

0 comments on commit 3d125f4

Please sign in to comment.