user_email=$(git config user.email)
echo "Git User Email: $user_email"
This commit is contained in:
parent
0369df9179
commit
e27bdf712b
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ jobs:
|
||||||
git pull ${fullrepo}
|
git pull ${fullrepo}
|
||||||
npm install @angular/cli
|
npm install @angular/cli
|
||||||
npm run lint
|
npm run lint
|
||||||
|
user_name=$(git config user.name)
|
||||||
|
echo "Git User Name: $user_name"
|
||||||
|
user_email=$(git config user.email)
|
||||||
|
echo "Git User Email: $user_email"
|
||||||
- name: Update version
|
- name: Update version
|
||||||
run: |
|
run: |
|
||||||
chmod +x update-version.sh
|
chmod +x update-version.sh
|
||||||
|
|
Loading…
Reference in a new issue