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 f79cfef + 280b7ac commit 034c81cCopy full SHA for 034c81c
.github/workflows/verify.yml
@@ -9,9 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
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 }}"
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
17
+ - name: Check if PR title is valid
+ env:
+ PR_TITLE: ${{ github.event.pull_request.title }}
+ run: |
18
+ ./hack/verify-pr-title.sh "${PR_TITLE}"
0 commit comments