This commit is contained in:
miwr 2025-04-08 13:19:00 +02:00
parent 90ac2abf7d
commit ca1ca1973c

View file

@ -45,10 +45,10 @@ jobs:
npm install @angular/cli npm install @angular/cli
npm run lint npm run lint
echo "getting the username" 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)
echo "Git User Email: $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