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

engelen pushed a commit to branch test-key-format
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 359abf090fd7991b65966ffbf8b9550fd7b14bfa
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Nov 11 09:35:56 2025 +0100

    quote svn username and pass
---
 .github/workflows/stage-release-candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stage-release-candidate.yml 
b/.github/workflows/stage-release-candidate.yml
index 99b959c95f..452164380a 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -100,7 +100,7 @@ jobs:
           mkdir $RC_VERSION
           cp ../archive/* $RC_VERSION
           svn add $RC_VERSION
-          svn commit --username $PEKKO_SVN_DEV_USERNAME --password 
$PEKKO_SVN_DEV_PASSWORD --message "Stage Pekko $RC_VERSION" $RC_VERSION
+          svn commit --username "$PEKKO_SVN_DEV_USERNAME" --password 
"$PEKKO_SVN_DEV_PASSWORD" --message "Stage Pekko $RC_VERSION" $RC_VERSION
         env:
           PEKKO_SVN_DEV_USERNAME: ${{ secrets.PEKKO_SVN_DEV_USERNAME }}
           PEKKO_SVN_DEV_PASSWORD: ${{ secrets.PEKKO_SVN_DEV_PASSWORD }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to