André Menrath
9f3fe0581d
All checks were successful
PHP Code Checker / PHP Code Checker (push) Successful in 47s
PHPUnit / PHPUnit – PHP 7.4 (push) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.0 (push) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.4 (push) Successful in 1m5s
Deploy to WordPress.org / New tag (push) Successful in 1m17s
Plugin asset/readme update on WordPress.org / Push assets to trunk on WordPress.org (push) Successful in 11s
Reviewed-on: #93 Co-authored-by: André Menrath <andre.menrath@posteo.de> Co-committed-by: André Menrath <andre.menrath@posteo.de>
27 lines
731 B
YAML
27 lines
731 B
YAML
name: Plugin asset/readme update on WordPress.org
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
trunk:
|
|
name: Push assets to trunk on WordPress.org
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- 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:
|
|
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
|
|
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
|
|
SLUG: event-bridge-for-activitypub
|