Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit c2dc5ba

Browse files
fix: typo
1 parent a1f171b commit c2dc5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
PR_TITLE: ${{ github.event.pull_request.title }}
4545
run: |
4646
echo "$PR_TITLE" > file.txt
47-
commitlint ${{ inputs/commitlint-flags }} --verbose --color -e=file.txt
47+
commitlint ${{ inputs.commitlint-flags }} --verbose --color -e=file.txt

0 commit comments

Comments
 (0)