Skip to content

Commit

Permalink
hack: fix the shell used when running pr-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Sep 11, 2024
1 parent 8b3fab1 commit c4c4164
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 c4c4164

Please sign in to comment.