Skip to content

Commit ea8296e

Browse files
committed
fix: fix the lint action
1 parent 2ac386d commit ea8296e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint-pr:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 15
18-
if: !startsWith(github.event.head_commit.message, '[Release]')
18+
if: ${{ !startsWith(github.event.head_commit.message, '[Release]') }}
1919
steps:
2020
- uses: actions/checkout@v6
2121
- uses: amannn/action-semantic-pull-request@v6

0 commit comments

Comments
 (0)