We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06228a1 + 23a1c1a commit 6de0247Copy full SHA for 6de0247
.github/workflows/pr-verify.yaml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
13
14
- name: Check if PR title is valid
15
+ env:
16
+ PR_TITLE: ${{ github.event.pull_request.title }}
17
run: |
- ./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
-
18
+ ./hack/verify-pr-title.sh "${PR_TITLE}"
0 commit comments