Skip to content

Commit 61dfffa

Browse files
committed
ci: install SVN
1 parent a4142e2 commit 61dfffa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/wp-plugin-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Install SVN
18+
run: sudo apt-get install -y subversion
19+
1720
- name: WordPress Plugin Deploy
1821
uses: 10up/action-wordpress-plugin-deploy@stable
1922
env:

.github/workflows/wp-plugin-trunk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Install SVN
18+
run: sudo apt-get install -y subversion
19+
1720
- name: WordPress.org plugin asset/readme update
1821
uses: 10up/action-wordpress-plugin-asset-update@stable
1922
env:

0 commit comments

Comments
 (0)