From 4c9591dc961a001fda04506ed76774c7cdbb55c7 Mon Sep 17 00:00:00 2001 From: Debarati Basu-Nag Date: Fri, 8 Mar 2024 15:41:37 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6cb24c2..492cac7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} - PR_TITLE: ${{ github.event.pull_request.title }} + PR_TITLE: ${{ github.event.issue.pull_request }} PR_DESCRIPTION: ${{ github.event.head_commit.message }} jobs: