Skip to content

Commit

Permalink
Update wp-org-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Oct 14, 2024
1 parent 837fd66 commit 73c8b1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wp-org-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion
- name: SVN deployment
run: chmod +x ./deploy.sh && ./deploy.sh
env:
Expand Down

0 comments on commit 73c8b1a

Please sign in to comment.