Update pages.yml

This commit is contained in:
Waylon Walker 2020-03-09 22:03:35 -05:00 committed by GitHub
parent ee17a72439
commit 0b70d8e929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,9 @@ jobs:
echo '⚠️ There are no changes to commit, stopping.' echo '⚠️ There are no changes to commit, stopping.'
else else
echo echo
echo "keep_history: $keep_history"
echo "REMOTE_BRANCH_EXISTS: $REMOTE_BRANCH_EXISTS"
echo "DIRTY: $DIRTY"
echo log before commit echo log before commit
git log git log
git config user.name ${COMMITER_NAME} git config user.name ${COMMITER_NAME}