This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch silent-ch
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 2150775722da5d5204306633123e2d57bceed89e
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Jun 30 10:02:00 2026 +0200

    silent progress of GnuPG installation
---
 .github/workflows/maven-verify.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index ec06600..d87e840 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -347,7 +347,7 @@ jobs:
         shell: bash
 
       - name: Clean Ensuring no file handle remains open on windows
-        run: ./mvnw clean --errors --batch-mode --show-version 
-Dmaven.clean.retryOnError ${{ inputs.maven-args }} 
+        run: ./mvnw clean --errors --batch-mode --show-version 
-Dmaven.clean.retryOnError ${{ inputs.maven-args }}
 
   verify:
     if: >
@@ -405,7 +405,7 @@ jobs:
         run: |
           $env:PATH = 
"C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin"
           [Environment]::SetEnvironmentVariable("Path", $env:PATH, "Machine")
-          choco install --yes gpg4win
+          choco install --yes --no-progress gpg4win
           echo "C:\Program Files (x86)\Gpg4win\..\GnuPG\bin" >> 
$env:GITHUB_PATH
 
       - name: Check GnuPG

Reply via email to