From a868e1807887eacec936bbc132cfc9a2dd4e4652 Mon Sep 17 00:00:00 2001 From: Feroze Mohideen Date: Wed, 18 Oct 2023 14:18:42 -0400 Subject: [PATCH] add commit link to prod notifs (#3832) --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 07e5ec2880..17ea24ea08 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -19,7 +19,7 @@ jobs: with: payload: | { - "text": "porter prod deploy started (In Progress)", + "text": "porter prod deploy started (In Progress)\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}", "attachments": [ { "pretext": "Deployment started", @@ -133,7 +133,7 @@ jobs: update-ts: ${{ steps.deploy-start.outputs.deploy-ts }} payload: | { - "text": "porter prod deploy completed", + "text": "porter prod deploy completed\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}", "attachments": [ { "pretext": "Deployment completed",