Skip to content

Commit ed66929

Browse files
GaryJonesclaude
andcommitted
chore: remove manual SVN installation from deploy workflow
The 10up/action-wordpress-plugin-deploy action includes SVN installation, making the manual apt-get step redundant. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e352f7f commit ed66929

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- name: Install SVN (Subversion)
23-
run: |
24-
sudo apt-get update
25-
sudo apt-get install subversion
26-
2722
- name: WordPress Plugin Deploy
2823
uses: 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # 2.3.0
2924
env:

0 commit comments

Comments
 (0)