Skip to content

Commit 4b283ee

Browse files
committed
fix: syntax error
1 parent c507b46 commit 4b283ee

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
@@ -15,8 +15,8 @@ jobs:
1515
run: |
1616
sudo apt-get update
1717
sudo apt-get install subversion
18-
- name: 🔒 Dry run enabled skipping deploy to WordPress.org
19-
run: echo "Dry run mode: not deploying to WordPress.org"
18+
- name: Dry run enabled - skipping deploy to WordPress.org
19+
run: echo "Dry run mode not deploying to WordPress.org"
2020
- name: WordPress Plugin Deploy
2121
id: deploy
2222
uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)