We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2a40b0 + 677cb20 commit 4381fa0Copy full SHA for 4381fa0
.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