Skip to content

Commit 5b7092f

Browse files
committed
Fix YAML syntax in GitHub Action for deploy to WordPress.org
1 parent e6b3ef2 commit 5b7092f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
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)