mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 02:48:41 +08:00
Update push-deploy.yml
This commit is contained in:
parent
98f190c214
commit
ee87374c9d
1 changed files with 6 additions and 1 deletions
7
.github/workflows/push-deploy.yml
vendored
7
.github/workflows/push-deploy.yml
vendored
|
@ -12,7 +12,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install SVN
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install subversion
|
||||
|
||||
- name: WordPress Plugin Deploy
|
||||
uses: 10up/action-wordpress-plugin-deploy@stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue