Skip to content

Commit

Permalink
SQUASH 4
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 22, 2024
1 parent 6d80688 commit 81a3fc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci:commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ jobs:
HEAD_SHA: ${{ env.HEAD_SHA }}
MERGE_BASE: ${{ steps.history.outputs.merge-base }}
run: |
git commit -m ":construction: progress: Check commit hooks for ${MERGE_BASE}...${HEAD_SHA}."
MERGE_BASE_SHORT="$(git rev-parse --short "${MERGE_BASE}")"
HEAD_SHA_SHORT="$(git rev-parse --short "${HEAD_SHA}")"
git commit -m ":construction: progress: Check commit hooks for ${MERGE_BASE_SHORT}...${HEAD_SHA_SHORT}."

0 comments on commit 81a3fc2

Please sign in to comment.