From cf73219285fd37522f756dc8bacb1c88c9507b66 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Mon, 18 Nov 2024 11:58:13 -0500 Subject: [PATCH] chore: test in helix --- .github/workflows/publish-svn.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-svn.yml b/.github/workflows/publish-svn.yml index 6e4a864..f4ea4f7 100644 --- a/.github/workflows/publish-svn.yml +++ b/.github/workflows/publish-svn.yml @@ -3,9 +3,9 @@ name: Publish to WordPress SVN on: workflow_dispatch: inputs: - version: - description: 'Example: 2.0.7' - type: string + message: + description: 'Commit message:' + type: string jobs: build: @@ -26,10 +26,10 @@ jobs: id: deploy uses: richard-muvirimi/deploy-wordpress-plugin@development with: - plugin-repository: https://svn.riouxsvn.com/openedx-commerc/ - svn-username: ${{ secrets.SVN_USERNAME }} - svn-password: ${{ secrets.SVN_PASSWORD }} + plugin-repository: https://helixteamhub.cloud/edunext/projects/openedx-commerce/repositories/subversion/openedx-commerce + svn-username: ${{ secrets.SVN_HELIX_USERNAME }} + svn-password: ${{ secrets.SVN_HELIX_PASSWORD }} plugin-zip-folder: openedx-commerce - commit-message: Release ${{ inputs.version }} + commit-message: ${{ inputs.message }} assets-directory: ../docs/source/_images/plugin-page working-directory: openedx-commerce