Skip to content

Commit 18f75b7

Browse files
authored
Merge pull request #5 from pronamic/4-install-subversion
Install Subversion
2 parents 3f764e2 + 8942136 commit 18f75b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ inputs:
3737
runs:
3838
using: 'composite'
3939
steps:
40+
- name: Install Subversion
41+
run: |
42+
sudo apt-get update
43+
sudo apt-get install -y subversion
4044
- id: deploy
4145
run: php ${{ github.action_path }}/deploy.php
4246
shell: bash

0 commit comments

Comments
 (0)