From 1406611e2802dba7dee237a027b29c5a1e073d48 Mon Sep 17 00:00:00 2001 From: jake-skipper <74978230+jake-skipper@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:48:32 -0500 Subject: [PATCH] Adjusting MS Teams notification content (#1977) --- .github/workflows/publish-on-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-on-release.yml b/.github/workflows/publish-on-release.yml index 2360f3880..6c1497714 100644 --- a/.github/workflows/publish-on-release.yml +++ b/.github/workflows/publish-on-release.yml @@ -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) }}