-
-
Notifications
You must be signed in to change notification settings - Fork 3
32 lines (28 loc) · 919 Bytes
/
deploy-asset-readme-update.yml
File metadata and controls
32 lines (28 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Plugin Asset/Readme Update
on:
push:
branches:
- master
paths:
# Any change on the WordPress.org plugin repository-specific assets that belong in the top-level assets directory.
- '.wordpress-org/**'
# The readme.txt.
- 'readme.txt'
# Changes to workflow files should always verify all workflows are successful.
- '.github/workflows/*.yml'
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: WordPress.org Plugin Readme/Assets Update
uses: 10up/action-wordpress-plugin-asset-update@2.2.0
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: translation-stats
IGNORE_OTHER_FILES: true