From 465b62a5b08168851bff62a23f8e634f8e52e1bc Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Fri, 27 Sep 2024 12:05:51 +0200 Subject: [PATCH] pr-verify: use env var for passing the PR title Co-Authored-By: Aviv Keller --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index dfe953846f..a66ba0c43f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -15,4 +15,4 @@ jobs: env: PR_TITLE: ${{ github.event.pull_request.title }} run: | - ./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}" + ./hack/verify-pr-title.sh "${PR_TITLE}"