Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Mar 2, 2024
1 parent e835f96 commit 4884632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ jobs:
- uses: actions/checkout@v4
- name: Check PR title
env:
PR_TITLE: ${{ github.event.pull_request_title }}
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
echo ${{ github.event.pull_request_title }}
echo ${{ github.event.pull_request.title }}
echo "PR title = $PR_TITLE"
if ! echo $PR_TITLE | grep -Eq '^(\w+)(\(.+\))?: .+$'; then
echo "PR title does not follow conventional commit style."
Expand Down

0 comments on commit 4884632

Please sign in to comment.