Skip to content

Commit 6d5e14b

Browse files
committed
fix github action branch
1 parent 13d368e commit 6d5e14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: WordPress Plugin Deploy
14-
uses: 10up/action-wordpress-plugin-deploy@master
14+
uses: 10up/action-wordpress-plugin-deploy@stable
1515
env:
1616
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1717
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)