From 1f56d763836f83a03088fe98c25d6ab26e634141 Mon Sep 17 00:00:00 2001 From: adongare Date: Tue, 13 Feb 2024 17:10:24 -0500 Subject: [PATCH] debug git action --- .github/workflows/commit_message_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit_message_validation.yml b/.github/workflows/commit_message_validation.yml index e43d7c8..ec74735 100644 --- a/.github/workflows/commit_message_validation.yml +++ b/.github/workflows/commit_message_validation.yml @@ -18,7 +18,7 @@ jobs: # Checkout branch git checkout -q ${{ github.event.pull_request.head.ref }} # Set variables -# BASE_BRANCH=${{ github.event.pull_request.base.ref }} + BASE_BRANCH=${{ github.event.pull_request.base.ref }} # msg_regex='MAT-[0-9]+\s.*' # # This list permits some commits # commit_static_permit_list="(^Merge pull request \#)|(^Merge branch)|(^Revert \")"