We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decaf67 commit 8e63453Copy full SHA for 8e63453
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy WordPress plugin
2
on:
3
push:
4
branches:
5
- - master
+ - feat/github-actions-deploy
6
7
jobs:
8
build:
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
16
# 4. Use action with environment variable set by secrets
17
- name: Deploy
18
- uses: yukihiko-shinoda/action-deploy-wordpress-plugin@v2
+ uses: yukihiko-shinoda/action-deploy-wordpress-plugin@stable
19
env:
20
SVN_REPOSITORY_URL: ${{ secrets.SVN_REPO_URL }}
21
SVN_USER_NAME: ${{ secrets.SVN_USERNAME }}
0 commit comments