Skip to content

Commit

Permalink
fix: remove SVN connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ars92 committed Jun 10, 2022
1 parent c807fed commit a7fa903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
composer install --no-dev --prefer-dist -o
- name: Remove SVN timeout
run: |
sudo echo "http-timeout = 0" >> /etc/subversion/servers
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@develop
env:
Expand Down

0 comments on commit a7fa903

Please sign in to comment.