Skip to content

Commit

Permalink
Use correct 10up repo for plugin deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikschavan committed Nov 18, 2019
1 parent 93506b6 commit e0998f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-asset-update@master
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 comments on commit e0998f0

Please sign in to comment.