mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-09-07 10:34:29 +00:00
Remove debug logging
This commit is contained in:
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
@@ -92,12 +92,6 @@ jobs:
|
|||||||
|
|
||||||
git remote add github "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
git remote add github "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||||
git pull github ${GITHUB_REF} --ff-only
|
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
|
# Get name & email from 1st commit
|
||||||
git config --local user.email "$(git log --format='%ae' --reverse | head -1)"
|
git config --local user.email "$(git log --format='%ae' --reverse | head -1)"
|
||||||
|
|||||||
Reference in New Issue
Block a user