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

sjaranowski pushed a commit to branch svn-path
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit a7a05d9d8abe3fcfac23f170441fc62ad7fd8968
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Nov 18 08:48:40 2025 +0100

    Update GitHub PATH
---
 .github/actions/install-svn/action.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/actions/install-svn/action.yml 
b/.github/actions/install-svn/action.yml
index 9c6bb76..f131dc6 100644
--- a/.github/actions/install-svn/action.yml
+++ b/.github/actions/install-svn/action.yml
@@ -33,4 +33,8 @@ runs:
     - name: Install Subversion on Windows
       if: runner.os == 'Windows'
       shell: powershell
-      run: choco install --yes svn
+      run: |
+        choco install --yes svn
+        refreshenv
+        $env:PATH 
+        $env:PATH > $env:GITHUB_PATH

Reply via email to