Skip to content

Commit

Permalink
Quote username.
Browse files Browse the repository at this point in the history
  • Loading branch information
kopepasah committed Feb 7, 2023
1 parent 6f14f02 commit 5e4e066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
run: |
svn cp wp/coblocks/trunk wp/coblocks/tags/$NEW_TAG_VERSION
cd wp/coblocks
svn commit -m "Tagging version $NEW_TAG_VERSION" --no-auth-cache --username ${{ secrets.GODADDY_WPORG_USERNAME }} --password "${{ secrets.GODADDY_WPORG_PASSWORD }}"
svn commit -m "Tagging version $NEW_TAG_VERSION" --no-auth-cache --non-interactive --username "${{ secrets.GODADDY_WPORG_USERNAME }}" --password "${{ secrets.GODADDY_WPORG_PASSWORD }}"
- name: Sync asset changes
run: |
Expand All @@ -168,4 +168,4 @@ jobs:
cd wp/coblocks
svn add * --force
svn status | grep '^!' | awk '{print $2}' | xargs svn delete
svn ci --no-auth-cache --username ${{ secrets.GODADDY_WPORG_USERNAME }} --password "${{ secrets.GODADDY_WPORG_PASSWORD }}" -m "Deploy $NEW_TAG_VERSION version of CoBlocks"
svn ci --no-auth-cache --non-interactive --username "${{ secrets.GODADDY_WPORG_USERNAME }}" --password "${{ secrets.GODADDY_WPORG_PASSWORD }}" -m "Deploy $NEW_TAG_VERSION version of CoBlocks"

0 comments on commit 5e4e066

Please sign in to comment.