Skip to content

Commit

Permalink
chore(script/deploy): use last commit author info
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed May 18, 2020
1 parent 396a39b commit 014416e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fi

# Save some useful information
REPO=`git config remote.origin.url`
COMMIT_AUTHOR_NAME=`git show -s --format='%an'`
COMMIT_AUTHOR_EMAIL=`git show -s --format='%ae'`
SSH_REPO=${REPO/\/\/github.com/\/\/$GITHUB_TOKEN@github.com}
SHA=`git rev-parse --verify HEAD`

Expand Down

0 comments on commit 014416e

Please sign in to comment.