Skip to content

Commit

Permalink
Merge pull request #45 from ilovepdf/develop
Browse files Browse the repository at this point in the history
Install SVN on Action
  • Loading branch information
teamcrombie authored Jan 15, 2025
2 parents bf4da77 + 624983b commit 4811636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

0 comments on commit 4811636

Please sign in to comment.