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

engelen pushed a commit to tag x2.0.0-M1-RC8
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 8c210f138979d2955c366419efe83ed049d8bd9e
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Nov 11 09:39:22 2025 +0100

    show svn username
---
 .github/workflows/stage-release-candidate.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stage-release-candidate.yml 
b/.github/workflows/stage-release-candidate.yml
index 452164380a..42925095ae 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -100,6 +100,7 @@ jobs:
           mkdir $RC_VERSION
           cp ../archive/* $RC_VERSION
           svn add $RC_VERSION
+          echo $PEKKO_SVN_DEV_USERNAME
           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 }}


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

Reply via email to