This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to tag x2.0.0-M1-RC11 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 6c8e50b7dfd410ae2615007cc22cbe505c10f39b Author: Arnout Engelen <[email protected]> AuthorDate: Sun Nov 23 10:05:10 2025 +0100 use single quotes --- .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 4bee2a54d7..49794da61f 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -103,7 +103,7 @@ jobs: 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 + 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]
