mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
22 lines
494 B
YAML
22 lines
494 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@v3
|
|
|
|
- name: WordPress.org plugin asset/readme update
|
|
uses: 10up/action-wordpress-plugin-asset-update@stable
|
|
env:
|
|
SLUG: ai-mind
|
|
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
|
|
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
|