File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
steps :
28
28
- uses : actions/checkout@v2
29
29
- name : Deploy
30
- uses : rtCamp/action-deploy-wordpress@v2.0.2
30
+ uses : rtCamp/action-deploy-wordpress@v2
31
31
env :
32
32
SSH_PRIVATE_KEY : ${{ secrets.SSH_PRIVATE_KEY }}
33
33
` ` `
@@ -102,7 +102,7 @@ jobs:
102
102
steps:
103
103
- uses: actions/checkout@v2
104
104
- name: Deploy
105
- uses: rtCamp/action-deploy-wordpress@v2.0.2
105
+ uses: rtCamp/action-deploy-wordpress@v2
106
106
env:
107
107
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
108
108
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
@@ -134,7 +134,7 @@ Please note that it will completely override this action's [original deploy.php]
134
134
135
135
# # License
136
136
137
- [MIT](LICENSE) © 2019 rtCamp
137
+ [MIT](LICENSE) © 2021 rtCamp
138
138
139
139
# # Does this interest you?
140
140
You can’t perform that action at this time.
0 commit comments