From 7b5dc84331d03a9862009e77f6f9402342113d53 Mon Sep 17 00:00:00 2001 From: gdemaison-wtk Date: Wed, 18 Feb 2026 05:32:53 +0000 Subject: [PATCH] sync: synced file(s) with avnet-embedded/ci-automation --- .github/workflows/notifications.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index 29d4de01d8df..f10703b65e16 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -40,10 +40,10 @@ jobs: ${{ secrets.LIST_EMAILS_NOTIFICATIONS }} ], "dynamic_template_data":{ - "subject": "New PR opened : ${{ github.event.pull_request.title }} on ${{ github.repository }}", + "subject": "New PR opened : ${{ env.PR }} on ${{ github.repository }}", "author": "${{ steps.email.outputs.email }}", "repo": "${{ github.repository }}", - "source": "${{ github.head_ref }}", + "source": "${{ env.SOURCE }}", "target": "${{ github.base_ref }}", "url": "${{ github.event.pull_request.html_url }}", } @@ -55,4 +55,3 @@ jobs: SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }} PR: ${{ github.event.pull_request.title }} SOURCE: ${{ github.head_ref }} - TARGET: ${{ github.base_ref }}