Browse Source

Add debug to update workflow

pull/8/head
Lord Alfred 3 years ago
committed by GitHub
parent
commit
f784fcef19
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/update.yml

4
.github/workflows/update.yml

@ -90,6 +90,10 @@ jobs:
git remote add github "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git pull github ${GITHUB_REF} --ff-only
# DEBUG
echo "$(git log --format='%ae' --reverse | head -1)"
echo "$(git log --reverse | head -5)"
# Get name & email from 1st commit
git config --local user.email "$(git log --format='%ae' --reverse | head -1)"

Loading…
Cancel
Save