Skip to content

Commit

Permalink
Install Subversion (fix #4).
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Feb 17, 2025
1 parent 3f764e2 commit 8942136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Install Subversion
run: |
sudo apt-get update
sudo apt-get install -y subversion
- id: deploy
run: php ${{ github.action_path }}/deploy.php
shell: bash
Expand Down

0 comments on commit 8942136

Please sign in to comment.