We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d09990 commit 5bb174bCopy full SHA for 5bb174b
.github/workflows/commit-linting.yml
@@ -14,4 +14,4 @@ jobs:
14
ref: '${{ github.event.pull_request.base.ref }}'
15
16
- 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 }}
+ 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