Skip to content

Commit f34c90a

Browse files
Fix wp plugin deploy
1 parent 9108295 commit f34c90a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout the code
1414
uses: actions/checkout@v4
1515
- name: WordPress Plugin Deploy
16-
uses: 10up/action-wordpress-plugin-deploy@master
16+
uses: 10up/action-wordpress-plugin-deploy@develop
1717
env:
1818
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1919
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)