CI: fix dependencies for deployment to WordPress.org

This commit is contained in:
André Menrath 2024-12-31 11:17:30 +01:00
parent b8121cb299
commit 0bdd9fd7a8
2 changed files with 12 additions and 0 deletions

View file

@ -13,6 +13,12 @@ jobs:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: Install and cache rsync
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
with:
packages: rsync subversion
version: 1.0
- name: WordPress.org plugin asset/readme update
uses: https://github.com/10up/action-wordpress-plugin-asset-update@stable
env:

View file

@ -13,6 +13,12 @@ jobs:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: Install and cache rsync
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
with:
packages: rsync subversion
version: 1.0
- name: WordPress Plugin Deploy
uses: https://github.com/10up/action-wordpress-plugin-deploy@stable
env: