From 111539133677f0444242fd3316c5205d865d494c Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 8 Apr 2025 13:12:30 +0200 Subject: [PATCH] echo "getting the username" --- .forgejo/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 4b981b1..162d5b8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -44,6 +44,7 @@ jobs: git pull ${fullrepo} 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)