Skip to content

Commit

Permalink
debug git action
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Feb 13, 2024
1 parent f50a6ad commit 1f56d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_message_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \")"
Expand Down

0 comments on commit 1f56d76

Please sign in to comment.