From b067c2aa2896b023b198590b35c8613e5d013123 Mon Sep 17 00:00:00 2001 From: Zach Willard <13011363+fullstackzach@users.noreply.github.com> Date: Thu, 22 Sep 2022 09:22:13 -0500 Subject: [PATCH 1/3] output what the value of head.ref is --- .github/workflows/commit-linting.yml | 1 + 1 file changed, 1 insertion(+) 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 From a5a815d4271a089b63ce82e9d601141c624ab8a3 Mon Sep 17 00:00:00 2001 From: Zach Willard <13011363+fullstackzach@users.noreply.github.com> Date: Thu, 22 Sep 2022 09:33:44 -0500 Subject: [PATCH 2/3] test From fb0a78ec21adf2e894452e0807d9cb50715d00a3 Mon Sep 17 00:00:00 2001 From: Zach Willard <13011363+fullstackzach@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:47:42 -0500 Subject: [PATCH 3/3] AUS-1234 --- .github/scripts/commit-linting-loose.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/scripts/commit-linting-loose.sh diff --git a/.github/scripts/commit-linting-loose.sh b/.github/scripts/commit-linting-loose.sh old mode 100644 new mode 100755