Skip to content

Commit

Permalink
Create wordpress-plugin-asset-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
support-xylusthemes authored Mar 26, 2024
1 parent 449f937 commit 07aa8c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/wordpress-plugin-asset-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: WP Plugin README update
on:
push:
branches:
- master
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WP Plugin README update
uses: 10up/action-wordpress-plugin-asset-update@develop
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
README_NAME: README.txt

0 comments on commit 07aa8c2

Please sign in to comment.