Skip to content

Commit

Permalink
Merge pull request #176 from Automattic/fix/deploy-action
Browse files Browse the repository at this point in the history
Fix YAML syntax in GitHub Action for deploy to WordPress.org
  • Loading branch information
raamdev authored Dec 4, 2024
2 parents e6b3ef2 + 5b7092f commit 4dd4379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install SVN ( Subversion )
run: |
- name: Install SVN (Subversion)
run: |
sudo apt-get update
sudo apt-get install subversion
Expand Down

0 comments on commit 4dd4379

Please sign in to comment.