Skip to content

Commit

Permalink
add commit link to prod notifs (#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Oct 18, 2023
1 parent 6539bcc commit a868e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a868e18

Please sign in to comment.