Remove debug logging

This commit is contained in:
Lord Alfred
2023-07-02 21:21:28 +03:00
committed by GitHub
parent eb4f17183b
commit 7655fee455
-6
View File
@@ -92,12 +92,6 @@ jobs:
git remote add github "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git pull github ${GITHUB_REF} --ff-only
# DEBUG
echo "ref: ${GITHUB_REF}"
echo "reverse email: $(git log --format='%ae' --reverse | head -1)"
echo "no reverse commit info: $(git log | head -5)"
echo "reverse commit info: $(git log --reverse | head -5)"
# Get name & email from 1st commit
git config --local user.email "$(git log --format='%ae' --reverse | head -1)"