Skip to content

Commit

Permalink
Work around for the dubious ownership error (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mupkoo authored Apr 11, 2023
1 parent bd9b3ea commit c13ba07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c13ba07

Please sign in to comment.