From c13ba075a601a372c3560d3e7d6245ee11f632a9 Mon Sep 17 00:00:00 2001 From: Mirko Akov Date: Tue, 11 Apr 2023 17:44:21 +0300 Subject: [PATCH] Work around for the dubious ownership error (#21) --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df977ef..f53c884 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: WordPress Plugin Deploy - uses: 10up/action-wordpress-plugin-deploy@master + # Switch to master whenever version 2.2.0 is released + # https://github.com/10up/action-wordpress-plugin-deploy/milestone/7 + uses: 10up/action-wordpress-plugin-deploy@develop env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }}