Skip to content

Commit 96c84e4

Browse files
committed
bad commit
1 parent 7c4e781 commit 96c84e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/commit-linting.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ 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-linting-loose.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}
17+
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

Comments
 (0)