Skip to content

Commit

Permalink
Merge pull request #11171 from k8s-infra-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-11169-to-release-1.7

[release-1.7] 🐛 hack: fix the shell used when running pr-verify
  • Loading branch information
sbueringer authored Sep 11, 2024
2 parents 1c9f305 + 42488d9 commit f7ba022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7

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

0 comments on commit f7ba022

Please sign in to comment.