From ca1ca1973c726c233c44e07e37c5b67f9b073de4 Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 8 Apr 2025 13:19:00 +0200 Subject: [PATCH] --- .forgejo/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 162d5b8..53bfb57 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -45,10 +45,10 @@ jobs: npm install @angular/cli npm run lint echo "getting the username" - user_name=$(git config user.name) - echo "Git User Name: $user_name" - user_email=$(git config user.email) - echo "Git User Email: $user_email" + # 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 run: | chmod +x update-version.sh