CI: fix dependencies for deployment to WordPress.org #93

Merged
linos merged 8 commits from fix_ci_wp into main 2024-12-31 11:49:00 +01:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 0bdd9fd7a8 - Show all commits

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: