Skip to content

Commit 4dd4379

Browse files
authored
Merge pull request #176 from Automattic/fix/deploy-action
Fix YAML syntax in GitHub Action for deploy to WordPress.org
2 parents e6b3ef2 + 5b7092f commit 4dd4379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Install SVN ( Subversion )
18-
run: |
17+
- name: Install SVN (Subversion)
18+
run: |
1919
sudo apt-get update
2020
sudo apt-get install subversion
2121

0 commit comments

Comments
 (0)