Skip to content

Commit 5bb174b

Browse files
committed
fix script file name
1 parent 1d09990 commit 5bb174b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
ref: '${{ github.event.pull_request.base.ref }}'
1515

1616
- name: Branch or Commits includes a Jira issue
17-
run: bash ${GITHUB_WORKSPACE}/.github/scripts/commit-checker-loose.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}
17+
run: bash ${GITHUB_WORKSPACE}/.github/scripts/commit-linting-loose.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)