Skip to content

Commit 48535d6

Browse files
authored
remove dry run flag from deploy action (#158)
1 parent 3e0ed45 commit 48535d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: WordPress Plugin Deploy
1414
uses: 10up/action-wordpress-plugin-deploy@2.3.0
15-
with:
16-
dry-run: true
1715
env:
1816
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
1917
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}

0 commit comments

Comments
 (0)