Skip to content

Commit 454996a

Browse files
committed
Remove unnecessary SVN install step
1 parent e49d2fe commit 454996a

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/wordpress-plugin-asset-update.yml

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
npm ci --no-optional
3131
npm run build
3232
33-
- name: Install SVN
34-
run: |
35-
sudo apt-get update
36-
sudo apt-get install subversion
37-
3833
- name: WordPress.org plugin asset/readme update
3934
uses: 10up/action-wordpress-plugin-asset-update@stable
4035
env:

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

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
npm ci --no-optional
3131
npm run build
3232
33-
- name: Install SVN
34-
run: |
35-
sudo apt-get update
36-
sudo apt-get install subversion
37-
3833
- name: WordPress Plugin Deploy
3934
id: deploy
4035
uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)