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 7c4e781 commit 96c84e4Copy full SHA for 96c84e4
.github/workflows/commit-linting.yml
@@ -14,4 +14,6 @@ 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-linting-loose.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}
+ run: |
18
+ git checkout ${{ github.event.pull_request.head.ref }}
19
+ bash ${GITHUB_WORKSPACE}/.github/scripts/commit-linting-loose.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}
0 commit comments