Skip to content

Commit

Permalink
Adjusting MS Teams notification content (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-skipper authored Aug 15, 2023
1 parent 8247766 commit 1406611
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,6 @@ jobs:
if: always()
with:
webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }}
overwrite: '{title: `New Runway release available!`}'
needs: ${{ toJson(needs) }}
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}

0 comments on commit 1406611

Please sign in to comment.