Skip to content

Commit

Permalink
Merge pull request #44 from ilovepdf/teamcrombie-patch-1
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 8cf99dd + 8a4f32b commit 624983b
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 624983b

Please sign in to comment.