We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a40b0 commit 677cb20Copy full SHA for 677cb20
.github/workflows/verify.yml
@@ -15,4 +15,4 @@ jobs:
15
env:
16
PR_TITLE: ${{ github.event.pull_request.title }}
17
run: |
18
- ./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
+ ./hack/verify-pr-title.sh "${PR_TITLE}"
0 commit comments