diff --git a/.github/scripts/commit-linting-loose.sh b/.github/scripts/commit-linting-loose.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/commit-linting.yml b/.github/workflows/commit-linting.yml index 30b407d..34cb6ab 100644 --- a/.github/workflows/commit-linting.yml +++ b/.github/workflows/commit-linting.yml @@ -16,4 +16,5 @@ jobs: - name: Branch or Commits includes a Jira issue run: | git checkout ${{ github.event.pull_request.head.ref }} + echo ${{ github.event.pull_request.head.ref }} bash ${GITHUB_WORKSPACE}/.github/scripts/commit-linting-loose.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }} \ No newline at end of file