We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 236e448 + 87d1573 commit b2a40b0Copy full SHA for b2a40b0
.github/workflows/verify.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
13
14
- name: Check if PR title is valid
15
- run: |
16
- ./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
17
-
+ env:
+ PR_TITLE: ${{ github.event.pull_request.title }}
+ run: |
18
+ ./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
0 commit comments