Skip to content

Commit

Permalink
Render HOAD debug commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Jul 16, 2024
1 parent 1aabafb commit 73a64e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
id: check_commit_message
run: |
COMMIT_MSG=$(git log -1 --pretty=%B)
echo "Commit_MSG: ${COMMIT_MSG}"
if [[ "$COMMIT_MSG" != "Render HOAD"* ]]; then
echo "Commit message does not start with 'Render HOAD'."
echo "result=0" >> $GITHUB_ENV
Expand Down

0 comments on commit 73a64e5

Please sign in to comment.