Skip to content

Commit 9b92c37

Browse files
authored
Workflow: Install SVN before trying to deploy (#1089)
1 parent 4b70586 commit 9b92c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12+
- name: Install SVN
13+
run: |
14+
sudo apt-get update
15+
sudo apt-get install subversion
1216
- name: WordPress Plugin Deploy
1317
uses: 10up/action-wordpress-plugin-deploy@stable
1418
env:

0 commit comments

Comments
 (0)