mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
27 lines
612 B
YAML
27 lines
612 B
YAML
name: Plugin Asset/Readme Update
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
trunk:
|
|
name: Push to trunk
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Install SVN
|
|
run: |
|
|
sudo apt-get update
|
|
sudo apt-get install subversion
|
|
|
|
- name: WordPress.org plugin asset/readme update
|
|
uses: nk-crew/action-wordpress-plugin-asset-update@develop
|
|
env:
|
|
SLUG: ai-mind
|
|
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
|
|
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
|