Skip to content

Commit d9f3f47

Browse files
authored
fix: fix the lint action (#77)
1 parent 2ac386d commit d9f3f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)