Skip to content

Commit f7ba022

Browse files
authored
Merge pull request #11171 from k8s-infra-cherrypick-robot/cherry-pick-11169-to-release-1.7
[release-1.7] 🐛 hack: fix the shell used when running pr-verify
2 parents 1c9f305 + 42488d9 commit f7ba022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-verify.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
1313

1414
- name: Check if PR title is valid
15-
run: sh hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
15+
run: |
16+
./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
1617

0 commit comments

Comments
 (0)