Skip to content

Commit 6961516

Browse files
committed
more github action updates
1 parent 4e49e02 commit 6961516

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
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111
- name: WordPress Plugin Deploy
12-
uses: 10up/action-wordpress-plugin-deploy@master
12+
uses: 10up/action-wordpress-plugin-deploy@stable
1313
env:
1414
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
15-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
15+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)