echo "getting the username"

This commit is contained in:
miwr 2025-04-08 13:12:30 +02:00
parent e27bdf712b
commit 1115391336

View file

@ -44,6 +44,7 @@ jobs:
git pull ${fullrepo} git pull ${fullrepo}
npm install @angular/cli npm install @angular/cli
npm run lint npm run lint
echo "getting the username"
user_name=$(git config user.name) user_name=$(git config user.name)
echo "Git User Name: $user_name" echo "Git User Name: $user_name"
user_email=$(git config user.email) user_email=$(git config user.email)